Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.04 KB

Rdisc

Rdisc - An open source python chat application with end-to-end encryption.

Rdisc requires git to be installed:

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

To install Rdisc:

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/master/install.bat; .\install.bat

After installing, Rdisc should launch automatically, to relaunch in the future simply run launch.bat

To install the full editable repo:

Where you wish to install Rdisc, open a new powershell terminal and run the following command:

wget -O install_all.bat https://raw.githubusercontent.com/rapidslayer101/Rdisc/master/install_all.bat; .\install_all.bat

After installing, Rdisc should launch automatically, to relaunch in the future simply run launch.bat