aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-03-19 21:16:00 -0500
committerCalvin Rose <calsrose@gmail.com>2025-03-19 21:16:06 -0500
commitacb24752f76c7be6ba800c8cdb46b9154a1f5d2e (patch)
tree7adf39590a307bd98b462e379a0e20100c2ebbcc /README.md
parentMore work on declare-cc for windows+msvc. (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index 82357d3..e5113dc 100644
--- a/README.md
+++ b/README.md
@@ -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.