Installation
Detailed installation instructions can be found at the latest 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:
Section titled “Linux & MacOS:”curl --proto '=https' --tlsv1.2 -LsSf https://fairagro.github.io/m4.4_sciwin_client/get_s4n.sh | shIf curl responds with code 429 you can try to use wget instead.
wget -qO- https://fairagro.github.io/m4.4_sciwin_client/get_s4n.sh | shWindows:
Section titled “Windows:”powershell -ExecutionPolicy Bypass -c "irm https://fairagro.github.io/m4.4_sciwin_client/get_s4n.ps1 | iex"Shell completions
Section titled “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