We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d492164 commit 201a8d9Copy full SHA for 201a8d9
README.md
@@ -64,9 +64,8 @@ You can install **`pgm::args`** in one of the following ways:
64
1. Install binary package, if you are on Debian/Ubuntu/etc:
65
66
```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}
+ $ sudo add-apt-repository ppa:ppa-verse/dev
+ $ sudo apt install libpgm-args-dev
70
```
71
72
2. Install from source:
0 commit comments