about summary refs log tree commit diff
path: root/doc/tutorial-rustpkg.md
diff options
context:
space:
mode:
authorJan Niklas Hasse <jhasse@gmail.com>2013-12-09 17:40:10 +0100
committerJan Niklas Hasse <jhasse@gmail.com>2013-12-09 17:40:10 +0100
commit6de5b7ab1e893fb7cfdc7f7546353f34ffa58f42 (patch)
tree0a4216f5f39024371e10122459f26a67f2962540 /doc/tutorial-rustpkg.md
parent4e0cb316fc980f00e1b74f3fdb7a842b540be280 (diff)
downloadrust-6de5b7ab1e893fb7cfdc7f7546353f34ffa58f42.tar.gz
rust-6de5b7ab1e893fb7cfdc7f7546353f34ffa58f42.zip
Add missing .com
Diffstat (limited to 'doc/tutorial-rustpkg.md')
-rw-r--r--doc/tutorial-rustpkg.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial-rustpkg.md b/doc/tutorial-rustpkg.md
index daacd4ab76b..1cd3209efea 100644
--- a/doc/tutorial-rustpkg.md
+++ b/doc/tutorial-rustpkg.md
@@ -198,7 +198,7 @@ Now you can install and use it! Go anywhere else in your filesystem:
 
 ~~~ {.notrust}
 $ cd ~/src/foo
-$ rustpkg install github/YOUR_USERNAME/hello
+$ rustpkg install github.com/YOUR_USERNAME/hello
 WARNING: The Rust package manager is experimental and may be unstable
 note: Installed package github.com/YOUR_USERNAME/hello-0.1 to /home/yourusername/src/hello/.rust
 ~~~