Checkout the current tag in quickstart guide.

This commit is contained in:
Sergio Benitez 2017-06-30 18:36:59 -07:00
parent 1f367af704
commit 4d586c5006
1 changed files with 6 additions and 4 deletions

View File

@ -12,10 +12,12 @@ Rocket repository and run the included examples in the `examples/` directory.
For instance, the following set of commands runs the `hello_world` example: For instance, the following set of commands runs the `hello_world` example:
```sh ```sh
git clone https://github.com/SergioBenitez/rocket git clone https://github.com/SergioBenitez/Rocket
cd rocket/examples/hello_world cd Rocket
git checkout v0.2.8
cd examples/hello_world
cargo run cargo run
``` ```
There are numerous examples. They can all be run with `cargo run`. There are numerous examples in the `examples/` directory. They can all be run
with `cargo run`.