-
-
Notifications
You must be signed in to change notification settings - Fork 3
Installation of BlackDC
Darkest Surface edited this page Mar 6, 2022
·
16 revisions
You can install BlackDC multiple ways. There is specific ways for every OS though.
Info will come soon
Firstly you will have to get access to a bash terminal. Open a Terminal and type
-
sudo su
# Enter your sudo creds -
git clone https://github.com/DrkTheDon/BlackDC.git
# This will install BlackDC -
cd BlackDC/installers
# This will enter in the directory -
chmod +x ./install.sh
# This will give install.sh the permissions to execute -
./install.sh
# To run the bash file Once you're done with all of the steps above you can enterpython3 main.py
and then Viola you're in
the ./install.sh for UNIX users