Skip to content

Commit

Permalink
fix: add linux packages to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Nov 10, 2021
1 parent b2bb193 commit 9a0f118
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,12 @@ scoop:
homepage: https://supabase.io
description: Supabase CLI
license: MIT
nfpms:
- maintainer: Supabase
description: Supabase CLI
homepage: https://github.com/supabase/cli
license: MIT
formats:
- apk
- deb
- rpm
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ scoop bucket add supabase https://github.com/supabase/scoop-bucket.git
scoop install supabase/supabase
```

#### Linux

Linux packages are provided in [Releases](https://github.com/supabase/cli/releases). To install, download the `.apk`/`.deb`/`.rpm` file depending on your package manager and run `sudo apk add --allow-untrusted <...>.apk`/`sudo dpkg -i <...>.deb`/`sudo rpm -i <...>.rpm` respectively.

### Run the CLI

```sh
Expand Down

0 comments on commit 9a0f118

Please sign in to comment.