Overview
| Comment: | README.md: Instructions for verifying signatures |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
23608c304d8c66736ac17158210f4d3b |
| User & Date: | js on 2020-08-29 18:41:49 |
| Other Links: | manifest | tags |
Context
|
2020-08-29
| ||
| 23:17 | ofhttp: Translate "Error!" message (check-in: f79f04f882 user: js tags: trunk) | |
| 18:41 | README.md: Instructions for verifying signatures (check-in: 23608c304d user: js tags: trunk) | |
| 14:53 | ofhttp: Opportunistically try loading ObjOpenSSL (check-in: 4666442ec2 user: js tags: trunk) | |
Changes
Modified README.md from [c7f0f5d8b7] to [08dca7b831].
| ︙ | |||
117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 | 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 | + + + + + + + |
$ fossil ui
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
<h2 id="cloning-git">Git</h2>
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.
<h1 id="installation">Installation</h1>
To install ObjFW, just run the following commands:
$ ./configure
$ make
|
| ︙ |