Skip to content

Commit

Permalink
please dont break
Browse files Browse the repository at this point in the history
  • Loading branch information
eternal committed Feb 20, 2021
1 parent b8c1641 commit 6c07603
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,24 @@
- Minimum delay before sniping invite
- Maximum delay before sniping invite

## Installation
#### Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/slow/nitro-sniper/tree/main)

- Resources > Turn off the `web` toggle and turn on the `worker` toggle.
- `More` dropdown > View Logs

#### Local

- Make sure [Node](https://nodejs.org/en/) and [Git](https://git-scm.com/downloads) are installed on your system.
- Open a command prompt/terminal
- Run `cd %userprofile%\Downloads`
- Run `git clone https://github.com/slow/nitro-sniper nitro-sniper`
- Run `cd nitro-sniper`
- Run `npm install`
- Edit `.env` with the configuration you wish to use
- Run `node .`

## Default Configuration
```js
{
Expand Down

0 comments on commit 6c07603

Please sign in to comment.