Sollievo CLI
Sollievo is a powerful command-line interface (CLI)
Tool designed to simplify and optimize the development process
in
Go
Sollievo Installation
-
Download the latest version of Sollievo from the
Releases section.
Choose a directory for the Sollievo executable (for example,/usr/local/bin
on Linux/Mac). -
Move the downloaded file to the chosen directory:
Add the directory to your PATH:mv path/to/sollievo /usr/local/bin/sollievo
-
For Bash (Linux and Mac):
echo 'export PATH=$PATH:/usr/local/bin' >> ~/.bashrc source ~/.bashrc
For Zsh (Mac):
echo 'export PATH=$PATH:/usr/local/bin' >> ~/.zshrc source ~/.zshrc
-
- Right-click on 'This PC' or 'My Computer' and select 'Properties'.
- Click on 'Advanced system settings'.
- Click on 'Environment Variables'.
- Under 'System variables', find and select 'Path', then click 'Edit'.
- Click 'New' and add the directory path (e.g.,
C:\Program Files\Sollievo
). - Click 'OK' to close all dialogs.
-
Verify the installation by running:
sollievo --version