Skip to content

Commit

Permalink
README: update links for pending release
Browse files Browse the repository at this point in the history
  • Loading branch information
krobelus committed Feb 20, 2024
1 parent fdaf050 commit 1c8cbb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ brew install kakoune-lsp/kakoune-lsp/kakoune-lsp

[source,sh]
----
curl -O -L https://github.com/kakoune-lsp/kakoune-lsp/releases/download/v15.0.1/kak-lsp-v15.0.1-x86_64-apple-darwin.tar.gz
curl -O -L https://github.com/kakoune-lsp/kakoune-lsp/releases/download/v15.0.1/kakoune-lsp-v15.0.1-x86_64-apple-darwin.tar.gz
tar xzvf kakoune-lsp-v15.0.1-x86_64-apple-darwin.tar.gz
# replace `~/.local/bin/` with something on your `$PATH`
Expand All @@ -49,7 +49,7 @@ mv kak-lsp.toml ~/.config/kak-lsp/

[source,sh]
----
wget https://github.com/kakoune-lsp/kakoune-lsp/releases/download/v15.0.1/kak-lsp-v15.0.1-x86_64-unknown-linux-musl.tar.gz
wget https://github.com/kakoune-lsp/kakoune-lsp/releases/download/v15.0.1/kakoune-lsp-v15.0.1-x86_64-unknown-linux-musl.tar.gz
tar xzvf kak-lsp-v15.0.1-x86_64-unknown-linux-musl.tar.gz
# replace `~/.local/bin/` with something on your `$PATH`
Expand Down

0 comments on commit 1c8cbb1

Please sign in to comment.