diff options
author | Colin Walters <walters@verbum.org> | 2016-01-27 16:56:16 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2016-01-28 09:31:37 -0500 |
commit | 64ebe2b82ac25f1933f39a5cf8a24a5e0096cf6f (patch) | |
tree | ebc7aa1d40f1ffe16ec0bdb7564ce86dbf49fdef /README.md | |
parent | 32c360b5a0188ec0139218d53db7767698c8bef6 (diff) | |
download | ostree-64ebe2b82ac25f1933f39a5cf8a24a5e0096cf6f.tar.gz |
Rewrite manual in mkdocs
I don't much like Docbook (and am considering converting the man pages
too), but let's start with the manual.
I looked at various documentation generators (there are a lot), and
I had a few requirements:
- Markdown
- Packaged in Fedora
- Suitable for upload to a static webserver
`mkdocs` seems to fit the bill.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,8 +46,8 @@ versions support extended validation using However, in order to build from a git clone, you must update the submodules. If you're packaging OSTree and want a tarball, I recommend using a "recursive git archive" script. There are several -available online; [this -code](https://git.gnome.org/browse/ostree/tree/packaging/Makefile.dist-packaging#n11) +available online; +[this code](https://git.gnome.org/browse/ostree/tree/packaging/Makefile.dist-packaging#n11) in OSTree is an example. Once you have a git clone or recursive archive, building is the |