mirror of
https://github.com/dnlbauer/WHAM.git
synced 2026-09-11 14:45:32 +00:00
Update README.md
This commit is contained in:
16
README.md
16
README.md
@@ -14,6 +14,22 @@ Features
|
|||||||
- Error analysis
|
- Error analysis
|
||||||
- Unit tested
|
- Unit tested
|
||||||
|
|
||||||
|
Installation
|
||||||
|
---
|
||||||
|
WHAM requires the GSL library to be installed:
|
||||||
|
```bash
|
||||||
|
# on debian/ubuntu:
|
||||||
|
sudo apt-get install libgsl0-dev
|
||||||
|
```
|
||||||
|
|
||||||
|
Installation from source via cargo:
|
||||||
|
```bash
|
||||||
|
# cargo installation
|
||||||
|
curl -sSf https://static.rust-lang.org/rustup.sh | sh
|
||||||
|
|
||||||
|
cargo install wham
|
||||||
|
```
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
---
|
---
|
||||||
wham has a convenient command line interface. You can see all options with
|
wham has a convenient command line interface. You can see all options with
|
||||||
|
|||||||
Reference in New Issue
Block a user