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 authored and mrcjkb committed Nov 21, 2024
1 parent b4a4412 commit 82eb558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Build with Nix
run: nix build .#blink-cmp
run: nix build .#blink-cmp -Lv
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 82eb558

Please sign in to comment.