Skip to content

Commit

Permalink
Fixes error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
aleph-naught2tog committed Jan 5, 2019
1 parent f98b912 commit 2d7e636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <kbd>Ctrl</kbd>+<kbd>c</kbd> to shut off the server.

Expand Down

0 comments on commit 2d7e636

Please sign in to comment.