From c5227e29a6c4c42a239267cff8db11e86703b68b Mon Sep 17 00:00:00 2001 From: ssube Date: Sun, 30 Jun 2019 19:05:00 -0500 Subject: [PATCH] docs: note how to install a local, built copy --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4e3773..fcfb402 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,12 @@ This project is written in Typescript and requires `node` and `yarn` to build. > 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: