From ecd1a772e4f73053ca6883e7dceb238bc0f49b86 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Tue, 24 Jun 2025 17:04:49 +0200 Subject: [PATCH] README.md: Update for the new repo --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e88e508..9710039 100644 --- a/README.md +++ b/README.md @@ -14,18 +14,18 @@ following the instructions on how to compile it yourself. Make sure you compile ObjFW using Clang, as ObjMatrix is written in modern Objective-C and hence cannot be compiled with GCC. -Then install [ObjSQLite3](https://fl.nil.im/objsqlite3): +Then install [ObjSQLite3](https://git.nil.im/ObjFW/ObjSQLite3): - fossil clone https://fl.nil.im/objsqlite3 - cd objsqlite3 + git clone https://git.nil.im/ObjFW/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 + git clone https://git.nil.im/ObjFW/ObjMatrix + cd ObjMatrix meson setup build meson compile -C build sudo meson install -C build @@ -36,7 +36,5 @@ You can run the tests like this: ## Contributing -Just create an account on the -[ObjMatrix Fossil](https://fl.nil.im/objmatrix) and post your patch on the -[forum](https://fl.nil.im/objmatrix/forum). After a few patches, you will -be granted commit access. +Just create an account on [git.nil.im](https://git.nil.im) and create a pull +request.