Skip to content

Commit 6635b0e

Browse files
committed
Mention npm in setup instructions
1 parent 94d533c commit 6635b0e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/SETUP.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,14 @@ Make sure to update them regularly:
9191
$ go get -u github.com/mmarkdown/mmark@latest
9292
$ GOBIN=~/.local/bin go install github.com/mmarkdown/mmark@latest
9393
```
94+
95+
96+
## npm
97+
98+
If you use dependencies such as [aasvg](https://github.com/martinthomson/aasvg),
99+
you need to have NodeJS and npm installed.
100+
101+
If npm is installed and your project has a `package.json`, then running `make`
102+
will automatically call npm to install the dependencies.
103+
104+
You can create the `package.json` by running, e.g., `npm i -save aasvg`.

0 commit comments

Comments
 (0)