Skip to content

Commit

Permalink
Clean up installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Jan 19, 2023
1 parent c21dfb9 commit 2a7027d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a7027d

Please sign in to comment.