Skip to content

Commit

Permalink
Merge pull request #81 from superatomic/add-brew-install
Browse files Browse the repository at this point in the history
Add Homebrew installation info to README.md
  • Loading branch information
raftario authored Jan 30, 2023
2 parents ca3a146 + 5ecd430 commit a7c7479
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Write the MIT license with a copyright notice to `LICENSE`:
$ licensor MIT "Raphaël Thériault" > LICENSE
```

Write the Apache 2.0 license with the LLVM exception to `LICENSE`, skipping optionnal parts:
Write the Apache 2.0 license with the LLVM exception to `LICENSE`, skipping optional parts:

```sh
$ licensor "Apache-2.0 WITH LLVM-exception" --skip-optional > LICENSE
Expand All @@ -52,13 +52,21 @@ $ licensor --licenses

## Installation

There are a couple installation option available.
There are a few installation option available.

You are welcome to ditribute this software on other platforms, don't hesitate to open a PR to update this section if you do so!
You are welcome to distribute this software on other platforms, don't hesitate to open a PR to update this section if you do so!

### [Releases](https://github.com/raftario/licensor/releases/latest)

### [crates.io](https://crates.io/crates/licensor)
Pre-compiled binaries of `licensor` can be downloaded from the release page.

### [Homebrew](https://formulae.brew.sh/formula/licensor)

```sh
$ brew install licensor
```

### [Crates.io](https://crates.io/crates/licensor)

```sh
$ cargo install licensor
Expand Down

0 comments on commit a7c7479

Please sign in to comment.