Skip to content

Commit

Permalink
Merge pull request #34 from latitudesh/PD-3643-MacOs-Homebrew
Browse files Browse the repository at this point in the history
Feat: Homebrew for distribution
  • Loading branch information
ynhummel authored Feb 22, 2024
2 parents 0ab7f32 + 142c19f commit 6111fd2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}
8 changes: 8 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,11 @@ changelog:
exclude:
- "^docs:"
- "^test:"

brews:
- name: lsh
homepage: "https://www.latitude.sh/"
repository:
owner: latitudesh
name: homebrew-tools

11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,22 @@ lsh is the [Latitude.sh](http://latitude.sh/) command-line interface that will h

#### MacOS / Linux / WSL



Installing the latest version


#### Homebrew:

```
brew install latitudesh/tools/lsh
```

#### Installation Script:

```bash

curl -sSL https://raw.githubusercontent.com/latitudesh/lsh/main/install.sh | bash

```



#### Windows is not supported yet.

Expand Down

0 comments on commit 6111fd2

Please sign in to comment.