Removed wrong information from README
This commit is contained in:
parent
dedb51de1a
commit
7d125f9b84
1 changed files with 1 additions and 7 deletions
|
|
@ -29,16 +29,10 @@ To get a local copy up and running, follow these simple steps.
|
||||||
cargo build
|
cargo build
|
||||||
```
|
```
|
||||||
|
|
||||||
3. **Run the executable:**
|
3. **Run test:**
|
||||||
```sh
|
|
||||||
cargo run
|
|
||||||
```
|
|
||||||
|
|
||||||
4. **Run tests:**
|
|
||||||
```sh
|
```sh
|
||||||
cargo test
|
cargo test
|
||||||
```
|
```
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
This project relies on the following external crates:
|
This project relies on the following external crates:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue