This commit is contained in:
Benjamin Palko 2024-10-05 22:03:50 -04:00
parent 30869c4d2e
commit 1d40da4cdb

View file

@ -3,11 +3,11 @@
### Setup ### Setup
```shell ```shell
mason setup build meson setup build
``` ```
### Build ### Build
```shell ```shell
mason compile meson compile
``` ```