summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/compilation.md
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-12 22:28:55 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-12 22:28:55 (GMT)
commitaa96b7897b40bf1171f08d77e229ec57b2c4119a (patch)
treed6be2cd9ab395ad031968c46d341881f8f3005e1 /web/input/doc/faq/compilation.md
parentc394fa1575c28380e56d4f1e9883d88dfa7266cf (diff)
downloadsite-aa96b7897b40bf1171f08d77e229ec57b2c4119a.tar.gz
Documentation: Denote command lines with "$"
Add a prompt sign to all command lines in code blocks.
Diffstat (limited to 'web/input/doc/faq/compilation.md')
-rw-r--r--web/input/doc/faq/compilation.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/input/doc/faq/compilation.md b/web/input/doc/faq/compilation.md
index b58566a..ac5fff7 100644
--- a/web/input/doc/faq/compilation.md
+++ b/web/input/doc/faq/compilation.md
@@ -6,10 +6,10 @@ parent: FAQ
6 6
7To compile version `1.x` of the plugins, you run: 7To compile version `1.x` of the plugins, you run:
8 8
9 gzip -dc nagios-plugins-1.x.tar.gz | tar -xf - 9 $ gzip -dc nagios-plugins-1.x.tar.gz | tar -xf -
10 cd nagios-plugins-1.x 10 $ cd nagios-plugins-1.x
11 ./configure 11 $ ./configure
12 make 12 $ make
13 13
14You can then [install the plugins][installation]. 14You can then [install the plugins][installation].
15 15