update
This commit is contained in:
parent
9313984fc8
commit
6b94f87208
10
README.md
10
README.md
@ -1,2 +1,12 @@
|
|||||||
# guess_number_rust
|
# guess_number_rust
|
||||||
|
|
||||||
|
# How to build and run ?
|
||||||
|
>please use GIT to clone this project and enter the directory :
|
||||||
|
```bash
|
||||||
|
cargo run
|
||||||
|
```
|
||||||
|
# if you want to build a release please use
|
||||||
|
```bash
|
||||||
|
cargo build -r
|
||||||
|
```
|
||||||
|
>the binary file will be build in target/
|
Loading…
Reference in New Issue
Block a user