19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
-
+
|
here](https://objfw.nil.im/downloads/objfw-docs-0.90.2.tar.gz) ([PGP
signature](https://objfw.nil.im/downloads/objfw-docs-0.90.2.tar.gz.sig)).
You can clone the Fossil repository like this:
```
mkdir objfw
cd objfw
fossil clone https://fossil.nil.im/objfw .fossil
fossil clone https://objfw.nil.im .fossil
fossil open .fossil
```
Or you can get it from Git. To clone the source tree, just type:
```
git clone https://git.nil.im/objfw.git
```
There is also a [GitHub project](https://github.com/ObjFW/ObjFW) that you can
|