Clarification
This commit is contained in:
@ -28,6 +28,8 @@ A simple script is provided to check for errors during development at [`./reacti
|
|||||||
|
|
||||||
In order to format the code in a uniform way run `cargo +nightly fmt`.
|
In order to format the code in a uniform way run `cargo +nightly fmt`.
|
||||||
|
|
||||||
|
To run the program use `cargo r`; to run the release build use `cargo r --relase`.
|
||||||
|
|
||||||
## Native Application
|
## Native Application
|
||||||
|
|
||||||
To build simply run `cargo build` or `cargo b`. To build and run `cargo run` or `cargo r`.
|
To build simply run `cargo build` or `cargo b`. To build and run `cargo run` or `cargo r`.
|
||||||
@ -48,7 +50,6 @@ sudo dnf install binaryen # Fedora
|
|||||||
sudo pacman -S binaryen # Arch
|
sudo pacman -S binaryen # Arch
|
||||||
|
|
||||||
brew install binaryen # MacOS
|
brew install binaryen # MacOS
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
or skip the optimization with the flag `--fast`.
|
or skip the optimization with the flag `--fast`.
|
||||||
@ -103,4 +104,4 @@ To run locally serve the files in the `reaction_systems_gui/docs/` folder with a
|
|||||||
sudo pacman -S jq # Arch
|
sudo pacman -S jq # Arch
|
||||||
|
|
||||||
brew install jq # MacOS
|
brew install jq # MacOS
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user