Updated instructions in README.md.

.
This commit is contained in:
Pavel Potocek 2015-04-09 19:26:32 +02:00
parent 77e16e3573
commit 330bf6b078

View file

@ -23,13 +23,7 @@ Use Cargo to build
cargo build
```
Move binary to `bin` directory
```
mv ./target/rust-2048 ./bin
```
Play!
```
./bin/rust-2048
cargo run
```