Skip to content

Installation

  • Rust 1.80 or later (for building from source)
  • Or use pre-built binaries
Terminal window
cargo install fsh-lint

Verify installation:

Terminal window
fsh-lint --version
Terminal window
git clone https://github.com/octofhir/fsh-lint-rs.git
cd fsh-lint-rs
cargo install --path crates/fsh-lint-cli

Download the latest release for your platform from: https://github.com/octofhir/fsh-lint-rs/releases

Terminal window
curl -L https://github.com/octofhir/fsh-lint-rs/releases/latest/download/fsh-lint-macos.tar.gz | tar xz
sudo mv fsh-lint /usr/local/bin/
Terminal window
curl -L https://github.com/octofhir/fsh-lint-rs/releases/latest/download/fsh-lint-linux.tar.gz | tar xz
sudo mv fsh-lint /usr/local/bin/

Download fsh-lint-windows.zip from releases and add to PATH.

Terminal window
fsh-lint --version
# Should output: fsh-lint 0.1.0