From 0422058d11ecadacb521566e759b71b9241d34c7 Mon Sep 17 00:00:00 2001 From: Liam Dyer Date: Wed, 20 Nov 2024 21:53:03 -0500 Subject: [PATCH] docs: clarify language around luarocks when building from source --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f1d9a8f..e2beee49 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ -- recommended: use a release tag for stable releases and prebuilt binaries, when not using luarocks version = 'v0.*', - -- optionally: build from source, requires nightly: https://rust-lang.github.io/rustup/concepts/channels.html#working-with-nightly-rust + -- optionally: build from source, when not using luarocks, requires nightly: https://rust-lang.github.io/rustup/concepts/channels.html#working-with-nightly-rust -- build = 'cargo build --release', -- If you use nix, you can build from source using latest nightly rust with: -- build = 'nix run .#build-plugin',