diff --git a/README.md b/README.md index e301cc2..aaeee82 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Seed Quickstart **To get started:** + - Clone this repo: `git clone https://github.com/david-oconnor/seed-quickstart.git` - If you don't have Rust and cargo-make installed, [Download it](https://www.rust-lang.org/tools/install), and run the following commands: @@ -16,4 +17,3 @@ on `127.0.0.1:8000`. If you'd like the compiler automatically check for changes, recompiling as needed, run `cargo make watch` instead of `cargo make build`. -