1 Commits

Author SHA1 Message Date
bdbcf711dd update readme.md
All checks were successful
Build ptprnt / build (push) Successful in 1m7s
2023-09-25 20:04:42 +02:00
2 changed files with 0 additions and 3 deletions

View File

@@ -25,5 +25,3 @@ jobs:
run: ninja -C builddir coverage-text
- name: Coverage report
run: cat ./builddir/meson-logs/coverage.txt
- name: intended-fail
run: false

View File

@@ -15,7 +15,6 @@ This project requires:
Install dependencies on Arch Linux
``` bash
pacman -S libusb spdlog pango cairo meson gcovr
```
Install dependencies on Debian/Ubuntu