The simplest way to use fs-tool is to download the provided binary for your OS.
After downloading and uncompressing the archive to test the download open Terminal/Command Prompt and navigate to the download location:
cd <path/to/uncompressed archive/>
and run the command:
./fs-tool --settings
or on Windows:
fs-tool.exe --settings
the output should look similar to this:
Default Measures:
- TCR:2,3,4,5,6,9
- KIR,2,7,8,9
Updated data will be storead at: '<path/to/your/os/data/dir>'
where path/to/your/os/data/dir will be an OS specific directory where global data will be stored (not the output just metadata).
To install manually (build from source) you will need to:
master.zip and change to the created directory (e.g. cd fs-tool-master)cargo build --release --bin fs-tool/target/release named fs-tool on linux/osx and fs-tool.exe on windows.