diff --git a/README.md b/README.md index 3ea1f4f..8c03574 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # discord-rpc Discord RPC with web ui. +Starting the script: +Open a command prompt to the directory you have installed discord-rpc in +In that command prompt, Type the following: +npm install +node . +Then your done! You can access the rpc console at https://localhost:8080 Set [custom presets](https://github.com/WeLikeToCodeStuff/discord-rpc/wiki/How-to-add-a-custom-preset-(as-of-now)) ## TODO - [x] ~~Style site~~