diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-07-15 17:57:30 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-07-15 18:05:50 +0100 |
commit | 6e0b9525916b59e6053ec4dc2cb1b0e96c55afcb (patch) | |
tree | 77a715a2691e18f7ff1ec2a5ee7c576d4fd75747 | |
parent | 1b87d1818343277ad4a5f5cddaba6791e2c8ef78 (diff) | |
download | pack-6e0b9525916b59e6053ec4dc2cb1b0e96c55afcb.tar.gz pack-6e0b9525916b59e6053ec4dc2cb1b0e96c55afcb.tar.xz pack-6e0b9525916b59e6053ec4dc2cb1b0e96c55afcb.zip |
README fix list indentation
-rw-r--r-- | README.md | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -6,18 +6,18 @@ Pack is a simple serialisation and deserialisation library for C. Dependencies ------------ -- A redo implementation. - - <http://news.dieweltistgarnichtso.net/bin/redo-sh.html> Tested building and - development. Slightly overzealous rebuilds. Performance issues with - jobserver. - - <https://jdebp.uk/Softwares/redo/> Tested building and development. Bugs - with jobserver. - - <https://github.com/apenwarr/redo> Tested for building. May have some bugs - when used for development. - - <https://github.com/leahneukirchen/redo-c/> Tested for building. Overzealous - rebuilds but generally very fast. -- A relatively recent copy of bash and some other core utilities. -- A C compiler with C11 support. +- A redo implementation. + - <http://news.dieweltistgarnichtso.net/bin/redo-sh.html> Tested building + and development. Slightly overzealous rebuilds. Performance issues with + jobserver. + - <https://jdebp.uk/Softwares/redo/> Tested building and development. Bugs + with jobserver. + - <https://github.com/apenwarr/redo> Tested for building. May have some + bugs when used for development. + - <https://github.com/leahneukirchen/redo-c/> Tested for building. + Overzealous rebuilds but generally very fast. +- A relatively recent copy of bash and some other core utilities. +- A C compiler with C11 support. Compilation ----------- |