From 2d7e63647de2aae00e7e586f612eeea9f755100e Mon Sep 17 00:00:00 2001 From: aleph-naught2tog Date: Sat, 5 Jan 2019 15:52:29 -0600 Subject: [PATCH] Fixes error in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c336a4..2917652 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Have fun! It's just code. If something goes horrifically wrong, you can always c 1. Clone down this repository. 2. Change directories so you are inside the project folder. 2. The first time you do this, you'll need to run `npm install` so that you have Typescript set up. -2. `tsc` will compile the TypeScript source files. (Please see note below.) +2. `./node_modules/.bin/tsc` will compile the TypeScript source files. (If you have a global version of Typescript, you can just do `tsc`) 3. `npm start` will start your server. 4. Ctrl+c to shut off the server.