Installing Cushy
Installation Guide
Follow the instructions below to set up CushyStudio on your machine. If you encounter any problems please check out our Troubleshootingsteps.
Windows
Download the Repository:
You can download the CushyStudio repository from GitHub by either:
Cloning the repository using Git:
git clone https://github.com/rvion/CushyStudio.git
Or downloading the latest stable release directly from the releases page.
Run the Install Script:
After downloading the repository, extract the contents of the downloaded
.zip
file to a directory of your choice.Navigate to the extracted directory and locate the
_windows-install.bat
script.Double-click on
_windows-install.bat
to run the installation script.This script will automatically install Cushy, as well as any required dependencies.
Start Cushy:
Start Cushy with the
_windows-start.bat
Mac and Linux
Download the Repository:
You can download the CushyStudio repository from GitHub by either:
Cloning the repository using Git:
git clone https://github.com/rvion/CushyStudio.git
Or downloading the latest stable release directly from the releases page.
Run the Install Script:
cd CushyStudio ./_mac-linux-install.sh
This script will automatically install Cushy, as well as any required dependencies.
Start Cushy
./_mac-linux-start.sh
Last updated