Clarification

This commit is contained in:
elvis
2025-10-30 19:13:54 +01:00
parent dd596491c7
commit d5743313e2

View File

@ -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`.
To run the program use `cargo r`; to run the release build use `cargo r --relase`.
## Native Application
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
brew install binaryen # MacOS
```
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
brew install jq # MacOS
```
```