Skip to content

Commit

Permalink
docs: clarify language around luarocks when building from source
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Nov 21, 2024
1 parent b4a4412 commit 0422058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0422058

Please sign in to comment.