docs: point README badge and clone URL at jolt-lang/jolt (repo moved)
This commit is contained in:
parent
d00c3cc117
commit
673396e4ad
1 changed files with 2 additions and 2 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
# Jolt
|
# Jolt
|
||||||
|
|
||||||
[](https://github.com/yogthos/jolt/actions/workflows/tests.yml)
|
[](https://github.com/jolt-lang/jolt/actions/workflows/tests.yml)
|
||||||
|
|
||||||
A Clojure interpreter running on [Janet](https://janet-lang.org). Jolt reads Clojure source, evaluates it with an interpreter written in pure Janet, and ships a Clojure-compatible standard library. The goal is a Janet-hosted [SCI](https://github.com/borkdude/sci) runtime — a minimal bootstrap that loads SCI's Clojure source as its standard library.
|
A Clojure interpreter running on [Janet](https://janet-lang.org). Jolt reads Clojure source, evaluates it with an interpreter written in pure Janet, and ships a Clojure-compatible standard library. The goal is a Janet-hosted [SCI](https://github.com/borkdude/sci) runtime — a minimal bootstrap that loads SCI's Clojure source as its standard library.
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/yogthos/jolt.git
|
git clone https://github.com/jolt-lang/jolt.git
|
||||||
cd jolt
|
cd jolt
|
||||||
git submodule update --init # pulls vendor/sci
|
git submodule update --init # pulls vendor/sci
|
||||||
jpm build # compiles build/jolt
|
jpm build # compiles build/jolt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue