README.md: Update for the new repo

This commit is contained in:
Jonathan Schleifer 2025-06-24 17:04:49 +02:00
parent fb7dfbafcc
commit ecd1a772e4
Signed by: js
GPG key ID: C601EE21773E7C8F

View file

@ -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.