mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Clean up installation instructions
This commit is contained in:
parent
c21dfb997e
commit
2a7027d36e
1 changed files with 2 additions and 6 deletions
|
@ -15,18 +15,14 @@ A [Luau](https://luau-lang.org) script runner
|
|||
|
||||
## ⚙️ 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
|
||||
$ 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.
|
||||
|
||||
## ✏️ Writing Lune Scripts
|
||||
|
|
Loading…
Reference in a new issue