Skip to content

Commit

Permalink
docs: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deponian committed Jan 14, 2025
1 parent 3368bdd commit 3356119
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 @@ -33,16 +33,19 @@ Installation
Download DEB, RPM and Arch Linux packages or the binary for your architecture from [releases](https://github.com/deponian/logalize/releases/latest).

**Ubuntu/Debian:**

```sh
sudo dpkg -i logalize_X.X.X_linux_amd64.deb
```

**Fedora/Red Hat Enterprise Linux/CentOS:**

```sh
sudo rpm -i logalize_X.X.X_linux_amd64.rpm
```

**Arch Linux/Manjaro:**

```sh
sudo pacman -U logalize_X.X.X_linux_amd64.pkg.tar.zst
```
Expand All @@ -56,10 +59,13 @@ yay -S logalize
```

**macOS:**

```sh
brew install deponian/tap/logalize
```

**OS agnostic:**

Use `go install` if you already have `$GOPATH/bin` in your `$PATH`:

```sh
Expand Down

0 comments on commit 3356119

Please sign in to comment.