-
-
Notifications
You must be signed in to change notification settings - Fork 36
Setup
dotJS edited this page Dec 1, 2017
·
12 revisions
Downloading, setting up, and starting to use SimplePresence.
When you see "run", that means type in the stuff you see and press enter.
- If you're on Mac/Linux, open Terminal. On Windows, go to the Start Menu, type in
cmd.exe
and press Enter. - Run
git clone https://github.com/justdotJS/SimplePresence.git
to download the repo - Run
cd SimplePresence
to go to the folder - Run
cp config.json.example config.json
to initialise the configuration - Run
npm install
to install all the requirements - Open a file browser - this could be Finder on Mac or Windows Explorer
- Now, go to the folder where SimplePresence was downloaded
- Open
config.json
with the Atom app - Save
config.json
and close Atom - Make sure Discord is running (only one - you can't have more than one open!)
- Go back to Cmd or Terminal, and run
npm run start
- You have successfully set up and started SimplePresence!