Installation
To feel the speed and efficiency of SRON, you need to install it on your system.
Currently, SRON is available for both Windows and Linux but in development for MacOS.
🔵 Follow the below steps to start installation on Windows (x64) system:

Download the package from here.
After downloading, unzip the package using WinRAR, or any other compression tool.
After that, you can find a .msi file (like this: SRON-v2.2-x64-setup.msi) in the directory you extracted the package.
Double click on the .msi package and Windows SmartScreen may show a warning. Click on "More info" and then click on "Run anyway". SRON is completely safe to download and install, so you don't have to worry.

After that, the installer window will open. Click on next and follow the simple steps given in the installer.

After successful installation, open command prompt and type
sronc --version.

If something like this is printed, then congratulations SRON is successfully installed on your computer.
Otherwise, search "Edit environment variables for your account" on start button, then click on "environment variables". After that double click on "Path" and copy-paste the below given line in a empty box.
Again, type
sronc --versionand congratulations! SRON is successfully installed on your computer.
🟡 Follow these below steps to install it on Linux (x64) systems:

Download the bash script from here.
A small script named
install_sron.shwill be downloaded.Now, navigate to the directory where the
install_sron.shis saved after download.Launch the directory of that directory:
Execute these commands:
After the script's execution completes, execute this command on the terminal
sronc --version. If something like this is printed, then Wohoo! Installation Done ✅.

Last updated