diff options
author | lurchi <lurchi@strangeplace.net> | 2019-06-27 00:45:42 +0200 |
---|---|---|
committer | lurchi <lurchi@strangeplace.net> | 2019-06-27 00:45:42 +0200 |
commit | 655c6e4801b7df2a449703aade0174aad7f28b78 (patch) | |
tree | 7e4af6a4797f97bd81a43818a447d7aa8d46ba3f | |
parent | 6773e33c678069a1b90847ee15dcfbc6a737bd66 (diff) |
fix texinfo
-rw-r--r-- | doc/handbook/chapters/installation.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi index f00207091..7c8a9081a 100644 --- a/doc/handbook/chapters/installation.texi +++ b/doc/handbook/chapters/installation.texi @@ -9,8 +9,10 @@ package manager. For understanding this guide properly it is important to know that there are two different ways of running GNUnet: -* the @emph{single-user setup} -* the @emph{multi-user setup} +@itemize @bullet +@item the @emph{single-user setup} +@item the @emph{multi-user setup} +@end itemize The latter variant has a better security model and requires extra preparation before running @code{make install} and a different configuration. Beginners who want to |