Removed unnecessary instructions in the README and tweaked the remaining ones

pull/18/head
Meliurwen 3 years ago
parent c4e1a14795
commit 1fdbb2e27b
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 34
      README.md

@ -10,36 +10,6 @@
A Continuous Time Bayesian Networks Library written in Rust. 🦀 A Continuous Time Bayesian Networks Library written in Rust. 🦀
### From Source
**Prerequisites:**
+ `rust`
**Install:**
At the _root_ of the project's folder launch:
```sh
cargo install --locked --path .
```
**Uninstall:**
Anywhere in the system launch:
```sh
cargo uninstall rustyCTBN
```
**Upgrade:**
At the _root_ of the project's folder launch:
```sh
cargo install --force --locked --path .
```
## Develop ## Develop
**Prerequisites:** **Prerequisites:**
@ -59,11 +29,11 @@ That's all! ☕
To launch **tests**: To launch **tests**:
```sh ```sh
cargo test --locked cargo test
``` ```
To **lint**: To **lint**:
```sh ```sh
cargo check --locked cargo check
``` ```

Loading…
Cancel
Save