From a510d4143eb1e2bdbe470fc553bae24498184164 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Tue, 13 Nov 2018 10:42:27 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 3b05598..c15eb84 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,22 @@ Features - Error analysis - 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 --- wham has a convenient command line interface. You can see all options with