Update URL for releases after rename

This commit is contained in:
Scott Richmond 2022-04-29 20:44:46 -04:00 committed by GitHub
parent bf624374ab
commit 8029a12f13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ Pre-alpha, still under active development. See [the ludus-spec repo for progress
* Have Clojure and Leiningen installed. * Have Clojure and Leiningen installed.
- On a Mac: `brew install clojure leiningen` - On a Mac: `brew install clojure leiningen`
* `lein run {script}`, it runs your script. * `lein run {script}`, it runs your script.
* Alternately, download a binary on the [releases page](https://github.com/thinking-with-computers/cludus/releases). * Alternately, download a binary on the [releases page](https://github.com/thinking-with-computers/ludus/releases).
### `Hello, world!` ### `Hello, world!`
Ludus is a scripting language. At current it does not have a REPL (our aim is to get interactive coding absolutely correct). Ludus is a scripting language. At current it does not have a REPL (our aim is to get interactive coding absolutely correct).