diff options
author | Rob Landley <rob@landley.net> | 2016-04-09 11:04:16 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-04-09 11:04:16 -0500 |
commit | 5acc6f402a940752822f70d7430f595541417e9f (patch) | |
tree | da78c89df7e49d4a417a06141d2a8d552f3621ac | |
parent | 1c028ca33dc059a9d8f18daafcd77b5950268f41 (diff) | |
download | toybox-5acc6f402a940752822f70d7430f595541417e9f.tar.gz |
Jakob Flierl pointed out a broken URL in the README.
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ The special name "." indicates the current directory (just like ".." means the parent directory), and you can run a program that isn't in the $PATH by specifying a path to it, so this should work: - wget http://landley.net/bin/toybox-x86_64 + wget http://landley.net/toybox/bin/toybox-x86_64 chmod +x toybox-x86_64 ./toybox-x86_64 echo hello world |