Skip to content

Commit 201a8d9

Browse files
Update README
1 parent d492164 commit 201a8d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ You can install **`pgm::args`** in one of the following ways:
6464
1. Install binary package, if you are on Debian/Ubuntu/etc:
6565

6666
```console
67-
$ v=0.3 p=libpgm-args-dev_${v}_all.deb
68-
$ wget https://github.com/dimitry-ishenko-cpp/pgm-args/releases/download/v${v}/${p}
69-
$ sudo apt install ./${p}
67+
$ sudo add-apt-repository ppa:ppa-verse/dev
68+
$ sudo apt install libpgm-args-dev
7069
```
7170

7271
2. Install from source:

0 commit comments

Comments
 (0)