mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 09:17:17 +00:00
added make install & install-jpm-git to readme
This commit is contained in:
parent
94c19575b1
commit
aca52d1e36
@ -89,6 +89,8 @@ cd somewhere/my/projects/janet
|
|||||||
make
|
make
|
||||||
make test
|
make test
|
||||||
make repl
|
make repl
|
||||||
|
make install
|
||||||
|
make install-jpm-git
|
||||||
```
|
```
|
||||||
|
|
||||||
Find out more about the available make targets by running `make help`.
|
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 CC=gcc-x86
|
||||||
make test
|
make test
|
||||||
make repl
|
make repl
|
||||||
|
make install
|
||||||
|
make install-jpm-git
|
||||||
```
|
```
|
||||||
|
|
||||||
### FreeBSD
|
### FreeBSD
|
||||||
@ -116,6 +120,8 @@ cd somewhere/my/projects/janet
|
|||||||
gmake
|
gmake
|
||||||
gmake test
|
gmake test
|
||||||
gmake repl
|
gmake repl
|
||||||
|
gmake install
|
||||||
|
gmake install-jpm-git
|
||||||
```
|
```
|
||||||
|
|
||||||
### NetBSD
|
### NetBSD
|
||||||
|
Loading…
Reference in New Issue
Block a user