Skip to content

Commit

Permalink
"simplify" alternative install instructions
Browse files Browse the repository at this point in the history
many people are not aware they can install deb files with apt so this change
- links them directly to the latest release
- encourages the user to install the downloaded deb file with apt
  • Loading branch information
Fuseteam authored and flexiondotorg committed Aug 1, 2022
1 parent 9a48bec commit 2c3c5a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ sudo apt install curl
curl -sL https://raw.githubusercontent.com/wimpysworld/deb-get/main/deb-get | sudo -E bash -s install deb-get
```

Alternatively, you can [download the `.deb` of `deb-get` from the releases page](https://github.com/wimpysworld/deb-get/releases)
and install it manually.
Alternatively, you can [download the `.deb` of `deb-get` from the releases page](https://github.com/wimpysworld/deb-get/releases/latest)
and install it manualy with `sudo apt-get install ./path/to/deb-get_<version>.deb`

## Usage

Expand Down

0 comments on commit 2c3c5a2

Please # to comment.