Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
foxt committed Sep 28, 2019
1 parent 6edb48b commit 8c8dbe8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 27 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rblxrp",
"version": "2.1.0",
"version": "2.1.1",
"description": " Discord Rich Presense for Roblox",
"main": "index.js",
"scripts": {
Expand Down
35 changes: 9 additions & 26 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,18 @@ Adds Discord rich presence for Roblox.

## Instructions

### Unofficial Installer (Windows)
### Windows

See https://github.com/SamsonCoder/rblxRPsetup
1. Go to the [releases page](https://github.com/theLMGN/rblxRP/releases)
2. Download the `rblxrp-win32.zip` file and unzip it
3. Open `rblxrp.exe`

### Easy setup
### macOS

#### Windows

1. Download the latest `rblxrp-win.exe` from [the releases page](https://github.com/theLMGN/rblxRP/releases)
2. Open `rblxrp-win.exe`

#### macOS

1. Download the latest `rblxrp-macos` from [the releases page](https://github.com/theLMGN/rblxRP/releases)
2. Open `Terminal.app` (it's in `/Applications/Utilities/`)
3. Drag `rblxrp-macos` into the Terminal and hit enter
1. If you get a `permission denied` error, try typing `chmod +x ` (with the space on the end) then dragging the file in again, press enter, and repeat step 3 again.

### Regular Installation

If you have an error with the above installation, follow these steps

0. Install nodeJS Current from https://nodejs.org/en/
1. Download the `Source Code (zip)` from [the releases page](https://github.com/theLMGN/rblxRP/releases))
2. Unzip the file
3. Open a terminal emulator (`Terminal.app` on macOS and `powershell.exe` or `cmd.exe` on Windows)
4. Type `cd ` (with space), drag the folder into the terminal emulator, and then press enter.
5. The first time you do run it, you'll need to type `npm i` and then press enter
6. Type `node index` then press enter.
1. Go to the [releases page](https://github.com/theLMGN/rblxRP/releases)
2. Download the `rblxrp.dmg` and open it.
3. Drag the `rblxRP.app` to `Applications`
4. Use Spotlight or Launchpad to open `rblxRP.app`

## Troubleshooting

Expand Down

0 comments on commit 8c8dbe8

Please sign in to comment.