Skip to content
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.

Requirements

Instructions

  1. If you're on Mac/Linux, open Terminal. On Windows, go to the Start Menu, type in cmd.exe and press Enter.
  2. Run git clone https://github.com/justdotJS/SimplePresence.git to download the repo
  3. Run cd SimplePresence to go to the folder
  4. Run cp config.json.example config.json to initialise the configuration
  5. Run npm install to install all the requirements
  6. Open a file browser - this could be Finder on Mac or Windows Explorer
  7. Now, go to the folder where SimplePresence was downloaded
  8. Open config.json with the Atom app
  9. Save config.json and close Atom
  10. Make sure Discord is running (only one - you can't have more than one open!)
  11. Go back to Cmd or Terminal, and run npm run start
  12. You have successfully set up and started SimplePresence!
Clone this wiki locally