Getting Started
Installation
UNIX-like Systems (Linux/macOS)
To install Polybiuos on a UNIX-like system (Linux or macOS), open your terminal and run the following command:
curl -fsSL https://www.polybiuos.io /stable/latest/installer.sh | sudo bashThis script will download and install the necessary Polybiuos binary files.
Windows Systems
For Windows users, the installation process requires running a PowerShell command. Open PowerShell and execute the following:
powershell -ExecutionPolicy Bypass -Command "iex ((New-Object Net.WebClient).DownloadString('https://www.polybiuos.io /stable/latest/installer.ps1'))"Once the command completes, Polybiuos will be installed on your system.
Verifying Installation
To confirm the installation was successful, run the following command in your terminal or PowerShell session:
polybiuos versionIf everything is set up correctly, the version number of Polybiuos will be displayed. You might need to restart your terminal or PowerShell session before running this command.