aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index c17624e..7e19bdf 100644
--- a/README.md
+++ b/README.md
@@ -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
-----------