summaryrefslogtreecommitdiffstats
path: root/content/pages/filesystem-hierarchy-standard.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-11-23 03:00:58 -0500
committerDavid Robillard <d@drobilla.net>2014-11-23 03:00:58 -0500
commit0b1b0060ead8a56d0bf25530cd08f8f678f4d2b2 (patch)
treedf259e0a8e81ab42eac2fe01d5d492bf3d5afa17 /content/pages/filesystem-hierarchy-standard.md
parentf1a18df257d26d083961d472a29a8973ce165a07 (diff)
downloadlv2site-0b1b0060ead8a56d0bf25530cd08f8f678f4d2b2.tar.xz
Improve documentation.
Diffstat (limited to 'content/pages/filesystem-hierarchy-standard.md')
-rw-r--r--content/pages/filesystem-hierarchy-standard.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/pages/filesystem-hierarchy-standard.md b/content/pages/filesystem-hierarchy-standard.md
index 3039557..653068b 100644
--- a/content/pages/filesystem-hierarchy-standard.md
+++ b/content/pages/filesystem-hierarchy-standard.md
@@ -15,11 +15,11 @@ Unix | `$HOME/.lv2` | `$PREFIX/lib/lv2`
Mac OS X | `$HOME/Library/Audio/Plug-Ins/LV2` | `/Library/Audio/Plug-Ins/LV2`
Windows | `%APPDATA%/LV2` | `%COMMONPROGRAMFILES%/LV2`
-$PREFIX should be /usr/local by default in all source distributions.
+`$PREFIX` should be /usr/local by default in all source distributions.
-## Bundle Discovery - LV2_PATH
+## Bundle Discovery
-The environment variable `LV2_PATH` is the search path for LV2 bundles. Like the PATH variable for programs, it is colon-delimited on Unix and OSX, semicolon-delimited on Windows, and searched from left to right. Based on the above locations, the default `LV2_PATH` is:
+The environment variable `LV2_PATH` is the search path for LV2 bundles. Like the `PATH` variable for programs, it is colon-delimited on Unix and OSX, semicolon-delimited on Windows, and searched from left to right. Based on the above locations, the default `LV2_PATH` is:
Platform | Default Path
---------|-------------