Skip to content

Commit

Permalink
Merge pull request #224 from danstis:danstis/issue76
Browse files Browse the repository at this point in the history
docs: add Linux installation instructions to README
  • Loading branch information
danstis authored Sep 17, 2024
2 parents 9c372f7 + c09be80 commit 8fe389e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ Some examples for use:

`winget install danstis.rmstale`

### Install on Linux

Visit the releases page to find the [latest release](https://github.com/danstis/rmstale/releases/latest) version.

```bash
curl -L -o /tmp/rmstale.tar.gz "https://github.com/danstis/rmstale/releases/download/v1.15.2/rmstale_1.15.2_linux_amd64.tar.gz"
sudo tar -xzf /tmp/rmstale.tar.gz -C /usr/bin rmstale
rm /tmp/rmstale.tar.gz
```

### Install rmstale manually

1. From the [GitHub releases page](https://github.com/danstis/rmstale/releases) download the latest binary for your operating system.
Expand Down

0 comments on commit 8fe389e

Please sign in to comment.