1
0
mirror of https://github.com/janet-lang/janet synced 2025-06-26 15:12:49 +00:00

Merge pull request #985 from masukomi/readme_update

added make install & install-jpm-git to Readme
This commit is contained in:
Calvin Rose 2022-06-09 10:02:58 -05:00 committed by GitHub
commit 55c34cd84f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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