Skip to content

Commit

Permalink
docs: recommend stable releases with builds via luarocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen authored and mrcjkb committed Nov 22, 2024
1 parent f62e591 commit 54d68a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@
-- optional: provides snippets for the snippet source
dependencies = 'rafamadriz/friendly-snippets',

-- use a release tag to download pre-built binaries
-- recommended: use a release tag for stable releases and prebuilt binaries, when not using luarocks
version = 'v0.*',
-- OR build from source, requires nightly: https://rust-lang.github.io/rustup/concepts/channels.html#working-with-nightly-rust

-- optionally: build from source, 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 54d68a0

Please sign in to comment.