Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix another typo in whynotgit.html |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
dc2c4c372b8be796cf3f54f54c745755 |
User & Date: | drh 2018-04-10 18:53:55.241 |
Context
2018-04-11
| ||
03:33 | Fix a typo in the whynotgit.html page. (check-in: 36bacb0ca7 user: drh tags: trunk) | |
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) | |
Changes
Changes to pages/whynotgit.in.
︙ | ︙ | |||
151 152 153 154 155 156 157 | <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> | | | 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 | <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> |
︙ | ︙ |