Skip to content

Installation

Detailed installation instructions can be found at the latest release: GitHub Release

The easiest way is to use the shell or powershell scripts with the provided commands. To install latests binaries you can use the following scripts:

Linux / MacOS:

curl --proto '=https' --tlsv1.2 -LsSf https://fairagro.github.io/m4.4_sciwin_client/get_s4n.sh | sh 

Windows:

powershell -ExecutionPolicy Bypass -c "irm https://fairagro.github.io/m4.4_sciwin_client/get_s4n.ps1 | iex"

Shell completions

Shell completions can be generated by using the s4n completions command using the shell as a parameter. Valid shells are bash, elvish, fish, powershell and zsh. The following command generates the completions script which can be executed using source completions.sh.

s4n completions bash > completions.sh