Skip to content

Commit

Permalink
docs: add gh releases as an installation option
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnossiom committed Jul 12, 2024
1 parent 60a37a1 commit d1adc12
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ I made this LSP wrapper implementation around `wakatime-cli` because I wanted su
## Installation

<details>
<summary>With <code>cargo</code></summary>
<summary>With <code>cargo</code></summary><br />

Install from repository with cargo:

Expand All @@ -40,7 +40,7 @@ You will also need `wakatime-cli` in path which you can download:
</details>

<details>
<summary>With <code>nix</code> flakes</summary>
<summary>With <code>nix</code> flakes</summary><br />

A `flake.nix` is available which means that you can use `github:mrnossiom/wakatime-lsp` as a flake identifier, so you can.

Expand All @@ -67,6 +67,15 @@ Package is reachable through `packages.${system}.default` or `packages.${system}

</details>

<details>
<summary>Download binary from GitHub releases</summary><br />

Find the latest `wakatime-lsp` release on GitHub [here](https://github.com/mrnossiom/wakatime-lsp/releases).

You may download the compressed tarball corresponding to your OS.

</details>

## Configuration

Currently `wakatime-lsp` is not configurable cause it's more of a simple `wakatime-cli` wrapper which itself is configurable with [`$WAKATIME_HOME/.wakatime.cfg`](https://github.com/wakatime/wakatime-cli/blob/develop/USAGE.md#ini-config-file).
Expand Down

0 comments on commit d1adc12

Please sign in to comment.