]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blobdiff - README.adoc
README.adoc: fix syntax for nested list
[nsscash/nsscash.git] / README.adoc
index d9ea5793aaa20e129001525b395c9f8ff9370911..3cc52958d16fa55aad8faeb59ec9d2ada19dd840 100644 (file)
@@ -21,6 +21,7 @@ Nsscash can also be used separately from the NSS module to deploy arbitrary
 files to many hosts and keep them up-to-date.
 
 Nsscash is very careful when deploying the changes:
+
 - All files are updated using the standard "write to temporary file", "sync",
   "rename" steps which is atomic on UNIX file systems. The indices are stored
   in the same file preventing stale data during the update.
@@ -41,6 +42,7 @@ Nsscash is very careful when deploying the changes:
   and verified on each `nsscash` run.
 
 The passwd/group files have the following size restrictions:
+
 - maximum number of entries: '2^64-1' (uint64_t)
 - maximum passwd entry size: 65543 bytes (including newline)
 - maximum group entry size: 65535 bytes (including newline, only one member)
@@ -66,14 +68,14 @@ Nsscash is licensed under AGPL version 3 or later.
 == REQUIREMENTS
 
 - Go, for `nsscash`
-  - github.com/pkg/errors
-  - github.com/BurntSushi/toml
+  * github.com/pkg/errors
+  * github.com/BurntSushi/toml
 - C compiler, for `libnss_cash.so.2`
 
-- NSS module is only supported on Little-endian systems (for now)
-
 - HTTP(S) server to provide the passwd/group/etc. files
 
+- NSS module is only supported on Little-endian systems (for now)
+
 Tested on Debian Buster, but should work on any GNU/Linux system. With
 adaptations to the NSS module it should work on any UNIX-like system which
 uses NSS.