summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-07-14 19:23:19 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-07-14 19:23:19 (GMT)
commit6695456328ce5b807138db491bb9b3bd0caf9545 (patch)
tree3588beb6f904a55564de9cf69dbb52af442a112b /web/input/doc/faq
parent9efd2b9207d41883b86e82707b6952a4dca2ae0e (diff)
downloadsite-6695456328ce5b807138db491bb9b3bd0caf9545.tar.gz
compilation.md: Bump example version number
Diffstat (limited to 'web/input/doc/faq')
-rw-r--r--web/input/doc/faq/compilation.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/input/doc/faq/compilation.md b/web/input/doc/faq/compilation.md
index c4cfc12..d3eaff0 100644
--- a/web/input/doc/faq/compilation.md
+++ b/web/input/doc/faq/compilation.md
@@ -4,10 +4,10 @@ parent: FAQ
4 4
5# How do I compile the plugins? 5# How do I compile the plugins?
6 6
7To compile version `1.x` of the plugins, you run: 7To compile version `2.x` of the plugins, you run:
8 8
9 $ gzip -dc monitoring-plugins-1.x.tar.gz | tar -xf - 9 $ gzip -dc monitoring-plugins-2.x.tar.gz | tar -xf -
10 $ cd monitoring-plugins-1.x 10 $ cd monitoring-plugins-2.x
11 $ ./configure 11 $ ./configure
12 $ make 12 $ make
13 13