Rdisc - An open source python chat/game application with end-to-end encrypted chat.
For normal users: download the latest release from the releases page.
This installation requires git, if you don't have git installed please download git or install it through powershell with the command below:
winget install --id Git.Git -e --source winget
Where you wish to install Rdisc, open a new powershell terminal and run the following command:
wget -O install.bat https://raw.githubusercontent.com/rapidslayer101/Rdisc-Kivy/master/install.bat; .\install.bat
To force Rdisc (Dev) to update run the following commands:
git reset --hard
git pull origin master