added make install & install-jpm-git to readme

This commit is contained in:
masukomi 2022-06-08 21:57:43 -04:00
parent 94c19575b1
commit aca52d1e36
No known key found for this signature in database
GPG Key ID: ADCFE303E51526B6
1 changed files with 6 additions and 0 deletions

View File

@ -89,6 +89,8 @@ cd somewhere/my/projects/janet
make
make test
make repl
make install
make install-jpm-git
```
Find out more about the available make targets by running `make help`.
@ -103,6 +105,8 @@ cd somewhere/my/projects/janet
make CC=gcc-x86
make test
make repl
make install
make install-jpm-git
```
### FreeBSD
@ -116,6 +120,8 @@ cd somewhere/my/projects/janet
gmake
gmake test
gmake repl
gmake install
gmake install-jpm-git
```
### NetBSD