From 914089413c41fc855b52cfe7f1448df39d9a3b01 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 11 Aug 2024 09:46:55 +0000 Subject: [PATCH] README.md: Fix code blocks FossilOrigin-Name: 212ebfd3b7555ccb07f37e69001c1fbb2c09760b98c446b24f198fefb4d8ae2f --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7ca3926..e88e508 100644 --- a/README.md +++ b/README.md @@ -16,23 +16,23 @@ cannot be compiled with GCC. Then install [ObjSQLite3](https://fl.nil.im/objsqlite3): - fossil clone https://fl.nil.im/objsqlite3 - cd objsqlite3 - meson setup build - meson compile -C build - sudo meson install -C build + fossil clone https://fl.nil.im/objsqlite3 + cd objsqlite3 + meson setup build + meson compile -C build + sudo meson install -C build Now you can build and install ObjMatrix like this: - fossil clone https://fl.nil.im/objmatrix - cd objmatrix - meson setup build - meson compile -C build - sudo meson install -C build + fossil clone https://fl.nil.im/objmatrix + cd objmatrix + meson setup build + meson compile -C build + sudo meson install -C build You can run the tests like this: - meson test -C build + meson test -C build ## Contributing