aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-03-28 09:46:23 -0500
committerCalvin Rose <calsrose@gmail.com>2025-03-28 09:48:08 -0500
commit09c5b30a742db17878e90ade3609dea39bb47f24 (patch)
tree8f89a2c974921d0c4dcc89a680fcc4a0cd8bb336 /README.md
parentMove man pages to $syspath/man/man1 (diff)
Remove old bundle files.
These were used to build spork before declare-cc.janet
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index e5113dc..1845b30 100644
--- a/README.md
+++ b/README.md
@@ -12,13 +12,16 @@ as seen in the example for the part.
## Build
```
-janet bundle/build.janet
+janet -l ./bundle -e '(build)'
```
## Test
+Spork must be installed to test properly.
+
```
-janet bundle/test.janet
+janet --install .
+janet -l ./bundle -e '(check)'
```
## Installation
@@ -29,13 +32,15 @@ As of Janet version 1.38.0, the normal Janet binary can install spork in the fol
[sudo] janet --install .
```
+This will install all spork modules to `$JANET_PATH` and all executable scripts to `$JANET_PATH/bin`.
+
For versions prior to 1.38.0, but with support for the bundle module:
```
[sudo] janet -e '(bundle/install ".")'
```
-Or, finally, with JPM:
+Or, finally, with JPM (legacy):
```
[sudo] jpm install spork