Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Mar 29, 2020
1 parent 491e023 commit 24e68ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ cd webtrigger
npm install
```

(See below if you need to install NodeJS)

### Start the service

Start the Node service:
Expand Down Expand Up @@ -143,5 +145,5 @@ cp ./node /usr/local/bin
./npm install -g n
n 12
cd ../..
rm -Rf ./node-v$NODE_VERSION-linux-x64
rm -Rf ./node-v$NODE_VERSION-linux-x64.tar.xz
```

0 comments on commit 24e68ac

Please sign in to comment.