Skip to content

Commit

Permalink
Document that pls can be installed using Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Dec 26, 2023
1 parent 3e48482 commit d37d8d7
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions docs/src/content/docs/guides/get_started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,25 @@ ligatures, such as JetBrains Mono (used in the examples on this site).

## Installation

We are working on adding <Pls /> to package managers like `apt`, `dnf` and
`brew`, but in the meantime, there is no way to install this package from any
package manager. These are your approaches.
These are the different ways you can install <Pls /> on your machine.

:::note

We are working on adding <Pls /> to more package managers like `apt` and `dnf`.

:::

### Homebrew

<Pls /> is available to install for macOS and Linux via our official [Homebrew
tap](http://github.com/pls-rs/homebrew-pls/). Currently <Pls /> is not available
through Homebrew core, but it is planned for the future.

```console
$ brew install pls-rs/pls/pls
```

This command will fetch and install the latest release of <Pls /> from GitHub.

### Build from source

Expand Down

0 comments on commit d37d8d7

Please sign in to comment.