diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-12 23:28:55 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-12 23:28:55 +0100 |
commit | aa96b7897b40bf1171f08d77e229ec57b2c4119a (patch) | |
tree | d6be2cd9ab395ad031968c46d341881f8f3005e1 /web/input/doc/faq/build-perl-module.md | |
parent | c394fa1575c28380e56d4f1e9883d88dfa7266cf (diff) | |
download | site-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/build-perl-module.md')
-rw-r--r-- | web/input/doc/faq/build-perl-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/input/doc/faq/build-perl-module.md b/web/input/doc/faq/build-perl-module.md index 0ec97ac..8c6f2ac 100644 --- a/web/input/doc/faq/build-perl-module.md +++ b/web/input/doc/faq/build-perl-module.md | |||
@@ -6,7 +6,7 @@ parent: FAQ | |||
6 | 6 | ||
7 | This is currently an optional setting at configure time. You need to run: | 7 | This is currently an optional setting at configure time. You need to run: |
8 | 8 | ||
9 | ./configure --enable-perl-modules | 9 | $ ./configure --enable-perl-modules |
10 | 10 | ||
11 | Then, `make`, `make` `install`, `make` `test`, and `make` `clean` will include | 11 | Then, `make`, `make` `install`, `make` `test`, and `make` `clean` will include |
12 | the Perl modules that are in the `perlmods/` directory as expected. They are | 12 | the Perl modules that are in the `perlmods/` directory as expected. They are |