1
0
Fork 0

docs: note how to install a local, built copy

This commit is contained in:
ssube 2019-06-30 19:05:00 -05:00
parent d02b223c6d
commit c5227e29a6
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 6 additions and 1 deletions

View File

@ -92,7 +92,12 @@ This project is written in Typescript and requires `node` and `yarn` to build.
> make > make
``` ```
After building, run with: `node out/index.js` After building, run with `node out/index.js` or install run as `salty-dog`:
```shell
> cd salty-dog
> yarn global add file:$PWD
```
`make` targets are provided for some common arguments: `make` targets are provided for some common arguments: