about summary refs log tree commit diff
path: root/doc/tutorial-rustpkg.md
diff options
context:
space:
mode:
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
 ~~~