Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typos in the whynotgit.html document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4b40ee5303918615438dd504ce849e98 |
User & Date: | drh 2018-04-10 18:26:33.731 |
Context
2018-04-10
| ||
18:53 | Fix another typo in whynotgit.html (check-in: dc2c4c372b user: drh tags: trunk) | |
18:26 | Fix typos in the whynotgit.html document. (check-in: 4b40ee5303 user: drh tags: trunk) | |
17:44 | Version 3.23.1 (check-in: f7fce883af user: drh tags: trunk, release, version-3.23.1) | |
Changes
Changes to pages/whynotgit.in.
︙ | ︙ | |||
149 150 151 152 153 154 155 | <ol> <li> Download the self-contained Fossil executable from [https://fossil-scm.org/fossil/uv/download.html] and put the executable somewhere on your $PATH. <li><tt>mkdir ~/fossils</tt> | | | | 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 | <ol> <li> Download the self-contained Fossil executable from [https://fossil-scm.org/fossil/uv/download.html] and put the executable somewhere on your $PATH. <li><tt>mkdir ~/fossils</tt> <li><tt>fossil clone https://sqlite.org/src ~/fossils/sqlite.fossil</tt> <li><tt>mkdir ~/sqlite; cd ~/sqlite</tt> <li><tt>fossil open ~/fossils/sqlite.fossil .</tt> </ol> <p> Subsequently, to update your check-out, simply type: <blockquote> <tt>fossil up </tt><i>VERSION</i> |
︙ | ︙ |