1
0
mirror of https://github.com/projectatomic/bubblewrap.git synced 2026-02-06 00:45:49 +01:00

Add testing instructions to README.md

Signed-off-by: Jonathan Wright <quaggy@gmail.com>
This commit is contained in:
Jonathan Wright
2023-10-01 11:10:12 -07:00
parent 4a7bb29257
commit 05ce287fba

View File

@@ -96,6 +96,7 @@ meson:
```
meson _builddir
meson compile -C _builddir
meson test -C _builddir
meson install -C _builddir
```