diff options
| author | 2025-03-28 09:46:23 -0500 | |
|---|---|---|
| committer | 2025-03-28 09:48:08 -0500 | |
| commit | 09c5b30a742db17878e90ade3609dea39bb47f24 (patch) | |
| tree | 8f89a2c974921d0c4dcc89a680fcc4a0cd8bb336 /README.md | |
| parent | Move 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.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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 |
