README.md: Fix code blocks

FossilOrigin-Name: 212ebfd3b7555ccb07f37e69001c1fbb2c09760b98c446b24f198fefb4d8ae2f
This commit is contained in:
Jonathan Schleifer 2024-08-11 09:46:55 +00:00
parent f190f98607
commit 914089413c

View file

@ -16,23 +16,23 @@ cannot be compiled with GCC.
Then install [ObjSQLite3](https://fl.nil.im/objsqlite3): Then install [ObjSQLite3](https://fl.nil.im/objsqlite3):
fossil clone https://fl.nil.im/objsqlite3 fossil clone https://fl.nil.im/objsqlite3
cd objsqlite3 cd objsqlite3
meson setup build meson setup build
meson compile -C build meson compile -C build
sudo meson install -C build sudo meson install -C build
Now you can build and install ObjMatrix like this: Now you can build and install ObjMatrix like this:
fossil clone https://fl.nil.im/objmatrix fossil clone https://fl.nil.im/objmatrix
cd objmatrix cd objmatrix
meson setup build meson setup build
meson compile -C build meson compile -C build
sudo meson install -C build sudo meson install -C build
You can run the tests like this: You can run the tests like this:
meson test -C build meson test -C build
## Contributing ## Contributing