Clean up installation instructions

This commit is contained in:
Filip Tibell 2023-01-19 14:59:44 -05:00
parent c21dfb997e
commit 2a7027d36e
No known key found for this signature in database

View file

@ -15,18 +15,14 @@ A [Luau](https://luau-lang.org) script runner
## ⚙️ Installation ## ⚙️ Installation
### Using [Aftman](https://github.com/lpghatguy/aftman) The preferred way of installing Lune is using [Aftman](https://github.com/lpghatguy/aftman).
The preferred way of installing Lune. This will add `lune` to an `aftman.toml` file in the current directory, or create one if it does not exist:
This will add `lune` to an `aftman.toml` file in the current directory, or create one if it does not exist.
```sh ```sh
$ aftman add filiptibell/lune $ aftman add filiptibell/lune
``` ```
### From [GitHub Releases](https://github.com/filiptibell/lune/releases)
You can also download pre-built binaries for most systems directly from the linked GitHub Releases page. You can also download pre-built binaries for most systems directly from the linked GitHub Releases page.
## ✏️ Writing Lune Scripts ## ✏️ Writing Lune Scripts