Skip to content

Commit

Permalink
numbered list
Browse files Browse the repository at this point in the history
  • Loading branch information
mbifulco committed Jan 3, 2018
1 parent efd272e commit ab6126f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Speedtesterizer

## To run:
- clone this repo
- install `pm2` on your OS with `npm install pm2 -g` or `yarn global add pm2`. This will daemonize this program, and keep it running in the background of your OS
- install with `npm install` or `yarn install`
- run with `pm2 start index.js`. This will keep the tracker running in the background
1. clone this repo
1. install `pm2` on your OS with `npm install pm2 -g` or `yarn global add pm2`. This will daemonize this program, and keep it running in the background of your OS
1. install with `npm install` or `yarn install`
1. run with `pm2 start index.js`. This will keep the tracker running in the background

## To configure
In [`index.js`](/index.js), there are a few constants defined:
Expand Down

0 comments on commit ab6126f

Please sign in to comment.