Skip to content

Commit

Permalink
Put direct wget links on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FreedomBen committed Apr 29, 2020
1 parent 5970500 commit 1e56e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions Dockerfile.test

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Fedora 32 x86_64 - pick v4.0.0

```bash
cd /tmp/
wget ''
wget 'https://github.com/FreedomBen/pick-rpm/releases/download/v4.0.0/pick-4.0.0-1.fc32.x86_64.rpm'
dnf install /tmp/pick-4.0.0-1.fc32.x86_64.rpm
```

Fedora 31 x86_64 - pick v3.0.1

```bash
cd /tmp/
wget ''
wget 'https://github.com/FreedomBen/pick-rpm/releases/download/v3.0.1/pick-3.0.1-1.fc31.x86_64.rpm'
dnf install /tmp/pick-3.0.1-1.fc31.x86_64.rpm
```

Expand Down

0 comments on commit 1e56e1f

Please sign in to comment.