Index: README.md ================================================================== --- README.md +++ README.md @@ -119,16 +119,23 @@ It's also possible to open the same local repository multiple times, so that you have multiple working directories all backed by the same local repository. + In order to verify the signature of the currently checked out checkin, you + can use: + + $ fossil artifact current | gpg --verify +

Git

To clone the Git repository, use the following: $ git clone https://github.com/ObjFW/ObjFW + Git commits are not signed, so if you want to check the signature of an + individual commit, branch head or tag, please use Fossil.

Installation

To install ObjFW, just run the following commands: