diff options
| author | 2025-03-19 21:16:00 -0500 | |
|---|---|---|
| committer | 2025-03-19 21:16:06 -0500 | |
| commit | acb24752f76c7be6ba800c8cdb46b9154a1f5d2e (patch) | |
| tree | 7adf39590a307bd98b462e379a0e20100c2ebbcc /README.md | |
| parent | More work on declare-cc for windows+msvc. (diff) | |
Update README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -23,16 +23,24 @@ janet bundle/test.janet ## Installation +As of Janet version 1.38.0, the normal Janet binary can install spork in the following way: + ``` -[sudo] jpm install spork +[sudo] janet --install . ``` -Alternatively, +For versions prior to 1.38.0, but with support for the bundle module: ``` [sudo] janet -e '(bundle/install ".")' ``` +Or, finally, with JPM: + +``` +[sudo] jpm install spork +``` + ## Dependencies Spork contains third-party dependencies in the `deps/` directory. All dependencies are MIT/X11 licensed, or public domain. |
