Skip to content

Commit 487e58c

Browse files
committed
auto merge of #10882 : jhasse/rust/patch-1, r=metajack
typo
2 parents 0d9c0c9 + 6de5b7a commit 487e58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial-rustpkg.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Now you can install and use it! Go anywhere else in your filesystem:
198198

199199
~~~ {.notrust}
200200
$ cd ~/src/foo
201-
$ rustpkg install github/YOUR_USERNAME/hello
201+
$ rustpkg install github.com/YOUR_USERNAME/hello
202202
WARNING: The Rust package manager is experimental and may be unstable
203203
note: Installed package github.com/YOUR_USERNAME/hello-0.1 to /home/yourusername/src/hello/.rust
204204
~~~

0 commit comments

Comments
 (0)