Windows

This guide complements the installation guide, just giving the Windows-only stuff.

Installer

Currently, SuCoS do not have any installer. It's only a single executable, that can be placed in anywhere, really.

Package Managers

Please note that we currently do not have any pre-built releases for package managers such as Chocolatey, Scoop, or Winget.

However, we are continuously working to expand the installation options and plan to support package managers in the future.

Manual

The whole app is only a single executable, that can be placed in anywhere, really.

nano ~/.bash_profile

Add the following line at the end of the file:

export PATH="/path/to/SuCoS:$PATH"

Then reload

source ~/.bash_profile