aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2016-04-09 11:04:16 -0500
committerRob Landley <rob@landley.net>2016-04-09 11:04:16 -0500
commit5acc6f402a940752822f70d7430f595541417e9f (patch)
treeda78c89df7e49d4a417a06141d2a8d552f3621ac /README
parent1c028ca33dc059a9d8f18daafcd77b5950268f41 (diff)
downloadtoybox-5acc6f402a940752822f70d7430f595541417e9f.tar.gz
Jakob Flierl pointed out a broken URL in the README.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 5fc9ec0b..f180768a 100644
--- a/README
+++ b/README
@@ -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