Update README.md

This commit is contained in:
Nolan Lawson 2018-08-25 13:04:41 -07:00 committed by GitHub
parent 9bdb723edb
commit ed1813fd53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -53,6 +53,8 @@ Compatible versions of each (Opera, Brave, Samsung, etc.) should be fine.
## Building
Pinafore requires [Node.js](https://nodejs.org/en/) v8+ and `npm`.
To build Pinafore for production:
npm install
@ -68,7 +70,11 @@ To build a docker image for production:
Now Pinafore is running at `localhost:4002`.
Pinafore requires [Node.js](https://nodejs.org/en/) v8+.
### Updating
To keep your version of Pinafore up to date, you can use `git` to check out the latest tag:
git checkout $(git tag -l | sort -Vr | head -n 1)
## Developing and testing