aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authormasukomi <masukomi@masukomi.org>2022-06-08 21:57:43 -0400
committermasukomi <masukomi@masukomi.org>2022-06-08 21:58:55 -0400
commitaca52d1e3655d7d433d67a802e40b0fe42916d7c (patch)
treed514a80e34a16258e3e57d6f87a9858480286b62 /README.md
parentFix when clib is not pointer type. (diff)
added make install & install-jpm-git to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index c6b00461..30e8c009 100644
--- a/README.md
+++ b/README.md
@@ -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