Skip to content

Commit

Permalink
Add AUR installation method to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkornat committed Jan 26, 2024
1 parent c0bcb07 commit 298c3a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ scoop install j178/leetgo
curl -fsSL https://raw.githubusercontent.com/j178/leetgo/master/scripts/install.sh | bash
```

### Install from AUR on ArchLinux

```shell
yay -S leetgo
```

### Install from source via `go install`

```shell
Expand Down

0 comments on commit 298c3a4

Please sign in to comment.