diff options
author | David Robillard <d@drobilla.net> | 2022-06-12 20:59:29 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-06-12 20:59:29 -0400 |
commit | 4a53d311b5b612fcb9fe1f73c48c6c12cf7e085f (patch) | |
tree | fe85ff406b00599202a0e5fb28beaa199a0a1ab8 | |
parent | 153b828d02919209aa75c7631f1fdfdc008ea386 (diff) | |
download | serd-4a53d311b5b612fcb9fe1f73c48c6c12cf7e085f.tar.gz serd-4a53d311b5b612fcb9fe1f73c48c6c12cf7e085f.tar.bz2 serd-4a53d311b5b612fcb9fe1f73c48c6c12cf7e085f.zip |
Rename INSTALL to INSTALL.md and add a link from README
-rw-r--r-- | INSTALL.md (renamed from INSTALL) | 0 | ||||
-rw-r--r-- | README.md | 5 |
2 files changed, 3 insertions, 2 deletions
@@ -50,8 +50,9 @@ constant amount of memory (a single page) for all input sizes. Documentation ------------- - * [API reference (single page)](https://drobilla.gitlab.io/serd/c/singlehtml) - * [API reference (paginated)](https://drobilla.gitlab.io/serd/c/html) + * [Installation instructions](INSTALL.md) + * [Single-page API reference](https://drobilla.gitlab.io/serd/c/singlehtml) + * [Paginated API reference](https://drobilla.gitlab.io/serd/c/html) * [`serdi` man page](https://drobilla.gitlab.io/serd/man/serdi.html) Versioning |