1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-24 23:31:50 +02:00

Update README.md

This commit is contained in:
Pomax
2020-12-17 10:41:57 -08:00
committed by GitHub
parent e4d74a014d
commit 36e8fceb6f

View File

@@ -26,7 +26,7 @@ To make life easier, if your distro uses apt-get, just run this:
> sudo apt-get update && sudo apt-get install xzdec libpoppler-glib-dev texlive texlive-xetex texlive-extra-utils pdf2svg
```
With all the dependencies in place, you can now test everything using:
With all the dependencies in place, you can now continuous-test everything using:
```
> npm test
@@ -34,6 +34,12 @@ With all the dependencies in place, you can now test everything using:
Which will start the build run in "watch" mode, opening a browser with the compiled project, and recompiling as you update and save files.
To run a single, full build, rather than continuous building, use:
```
> npm start
```
#### Specialised commands: