diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/input/doc/faq/compilation.md | 6 |
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 | ||
7 | To compile version `1.x` of the plugins, you run: | 7 | To 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 | ||