Check-in [92ca6e4b7f]
Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fossil supports standard opening syntax now. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
92ca6e4b7fb7b03469287a7fb738b2f4 |
User & Date: | Cthulhux 2021-04-28 09:27:53 |
Context
2021-05-26
| ||
15:02 | Moved to OFTC. check-in: e9b60813c5 user: Cthulhux tags: trunk | |
2021-04-28
| ||
09:27 | Fossil supports standard opening syntax now. check-in: 92ca6e4b7f user: Cthulhux tags: trunk | |
2021-04-03
| ||
22:55 | crates.io won't let me add all the tags - updated to 0.6.1, keeping the list short. check-in: 2e69c78ac7 user: Cthulhux tags: release-0.6.1, trunk | |
Changes
Changes to README.md.
︙ | ︙ | |||
45 46 47 48 49 50 51 | ### From the source code Install Rust (e.g. with [rustup](https://rustup.rs)), then: **using Fossil:** | | | | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | ### From the source code Install Rust (e.g. with [rustup](https://rustup.rs)), then: **using Fossil:** % fossil clone https://code.rosaelefanten.org/yaydl % cd yaydl % cargo build --release **using Git:** % git clone https://github.com/dertuxmalwieder/yaydl % cd yaydl % cargo build --release |
︙ | ︙ |