Skip to content

Commit 7197095

Browse files
committed
documentation update
1 parent fb7fedc commit 7197095

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CREDITS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,10 @@ http://youmightnotneedjquery.com/
203203
## Markdown
204204
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
205205
https://github.com/IQAndreas/markdown-licenses
206+
206207
https://stackoverflow.com/questions/6695439/how-to-link-to-a-named-anchor-in-multimarkdown
208+
https://stackoverflow.com/questions/23989232/is-there-a-way-to-represent-a-directory-tree-in-a-github-readme-md
209+
207210
https://meta.stackexchange.com/questions/70356/key-stroke-combination-markdown
208211

209212
## Bash

doc/CONSTANTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A typical ``{PEB_executable_directory}`` looks like this:
2020
   │   └── index.html
2121
   ├── app.png
2222
  ├── data
23-
   | └── {application_data}
23+
   └── {application_data}
2424
└── logs
2525
   └── {application_logs}
2626
```
@@ -30,12 +30,12 @@ A typical ``{PEB_executable_directory}`` looks like this:
3030
The ``bin`` subdirectory must contain the Perl interpreter.
3131
The ``lib`` subdirectory must contain all Perl modules used by PEB Perl applications.
3232

33-
* **Perl interpreter:**
33+
* **Perl Interpreter:**
3434
Relocatable Perl interpreter, if present, must be located in the ``{PEB_executable_directory}/perl/bin`` folder.
3535
The Perl interpreter must be named ``perl`` on Linux and Mac machines and ``wperl.exe`` on Windows machines.
3636
If a relocatable Perl interpreter is not found, PEB will use the first Perl interpreter on PATH.
3737

38-
* **PERL5LIB:**
38+
* **Perl Modules Directory:**
3939
All Perl modules found in the ``{PEB_executable_directory}/perl/lib`` folder are accessible via the ``PERL5LIB`` environment variable for all Perl applications executed by PEB.
4040

4141
* **Resources Directory:**

0 commit comments

Comments
 (0)