From 2a7027d36efcf42c581421d51833954738756c73 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Thu, 19 Jan 2023 14:59:44 -0500 Subject: [PATCH] Clean up installation instructions --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b19cfa0..048e026 100644 --- a/README.md +++ b/README.md @@ -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