diff options
author | Waylan Limberg <waylan@gmail.com> | 2011-05-18 13:07:59 -0700 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2011-05-18 13:07:59 -0700 |
commit | c427e75818b82ba1743d17f0ba46bc7fe729036d (patch) | |
tree | 9f6e783e30843194810c04f32d7e290279c79abb /docs | |
parent | f89e0dde4f14f60fcec9c8562f9d56e0384d9e24 (diff) | |
download | markdown-c427e75818b82ba1743d17f0ba46bc7fe729036d.tar.gz markdown-c427e75818b82ba1743d17f0ba46bc7fe729036d.tar.bz2 markdown-c427e75818b82ba1743d17f0ba46bc7fe729036d.zip |
Edited command line docs. Changed "Linux" to "*nix (Linux, OSX, BSD, Unix, etc.)" for completeness.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/command_line.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/command_line.txt b/docs/command_line.txt index f965bea..0d7bab8 100644 --- a/docs/command_line.txt +++ b/docs/command_line.txt @@ -25,9 +25,9 @@ path. Calling ``markdown_py`` from the command line will call the wrapper batch file ``markdown_py.bat`` in the "Scripts" directory created during install. -* **Linux**: +* __*nix__ (Linux, OSX, BSD, Unix, etc.): - As each Linux distribution is different and we can't possibly document all + As each *nix distribution is different and we can't possibly document all of them here, we'll provide a few helpful pointers: * Some systems will automatically install the script on your path. Try it |