Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
docs(contributing): add instructions on creating a symlink higher up
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Garant committed Feb 13, 2019
1 parent d9d652e commit 49bb50b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@

Since this is a **TypeScript** project, we have to compile the code before running it.

First, if you haven't already done so, run npm install:
First, if you haven't already done so, install dependencies and create a sym link:

- `npm install`
- `[sudo] npm link`

To run **incrementally** in watch mode:

Expand Down

0 comments on commit 49bb50b

Please sign in to comment.