Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
clarify that rust_pkg is a place-holder
the switch from package `hello` to `rust_pkg` is a little jarring; I'd use <var> but I don't see how. ALL_CAPS seems like a reasonable  poor-man's <var>.
  • Loading branch information
dckc committed Oct 1, 2013
1 parent bc6dd90 commit 398e2c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/tutorial-rustpkg.md
Expand Up @@ -35,11 +35,11 @@ This makes sense, as we haven't gotten it from anywhere yet! Luckily for us,
used like this:
~~~ {.notrust}
$ rustpkg install pkg_id
$ rustpkg install PKG_ID
~~~
This will install a package named 'pkg_id' into your current Rust environment.
I called it 'pkg_id' in this example because `rustpkg` calls this a 'package
This will install a package named `PKG_ID` into your current Rust environment.
I called it `PKG_ID` in this example because `rustpkg` calls this a 'package
identifier.' When using it with an external package like this, it's often a
URI fragment. You see, Rust has no central authority for packages. You can
build your own `hello` library if you want, and that's fine. We'd both host
Expand Down

5 comments on commit 398e2c4

@bors
Copy link
Contributor

@bors bors commented on 398e2c4 Oct 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from catamorphism
at dckc@398e2c4

@bors
Copy link
Contributor

@bors bors commented on 398e2c4 Oct 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging dckc/rust/patch-2 = 398e2c4 into auto

@bors
Copy link
Contributor

@bors bors commented on 398e2c4 Oct 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dckc/rust/patch-2 = 398e2c4 merged ok, testing candidate = 320af9b

@bors
Copy link
Contributor

@bors bors commented on 398e2c4 Oct 1, 2013

@bors
Copy link
Contributor

@bors bors commented on 398e2c4 Oct 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 320af9b

Please sign in to comment.