-
-
Notifications
You must be signed in to change notification settings - Fork 37
Setup
dotJS edited this page Jan 6, 2018
·
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 prefer a visual guide, or are more of a beginner, check out this guide, which has images and a very detailed and easy instruction set!
- 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 (Windows only)
copy config.json.example config.json
or (on macOS/Linux)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 - If you'd like different default text, change the values of the stuff inside
textConfig
. For example, changingstate
to "hi" will make "hi" be the text used by default on the start of SimplePresence. - 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 custom
- You have successfully set up and started SimplePresence!