Update README.md

Avoid specifying the exact version number, lest we forget to update the README on each subsequent release. Instead, just ls -l the *.deb package.
This commit is contained in:
Pim van Pelt
2022-07-10 21:09:35 +02:00
committed by GitHub
parent f8bf7be731
commit ca0897fa65

View File

@ -27,7 +27,7 @@ $ make install
## To build & install debian packaging ## To build & install debian packaging
$ make pkg-deb $ make pkg-deb
$ sudo deb -i ../vppcfg_0.0.1_amd64.deb $ ls -l ../vppcfg_*_amd64.deb
``` ```
## Running ## Running