diff options
author | Waylan Limberg <waylan@gmail.com> | 2009-03-16 22:26:36 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2009-03-16 22:26:36 -0400 |
commit | 38100c98962e14d1db31b279d4d7b267a96faf0b (patch) | |
tree | c0fed632555d04063b42caf3b0beb60d34391a61 /docs/command_line.txt | |
parent | cdcfbacb23a5b9bc5a1c1af058d90e61364d61b0 (diff) | |
download | markdown-38100c98962e14d1db31b279d4d7b267a96faf0b.tar.gz markdown-38100c98962e14d1db31b279d4d7b267a96faf0b.tar.bz2 markdown-38100c98962e14d1db31b279d4d7b267a96faf0b.zip |
Added docs regarding output formats and a few other changes/cleanup to the docs.
Diffstat (limited to 'docs/command_line.txt')
-rw-r--r-- | docs/command_line.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/command_line.txt b/docs/command_line.txt index 1ea7302..a357a54 100644 --- a/docs/command_line.txt +++ b/docs/command_line.txt @@ -10,8 +10,8 @@ Setup ----- Generally, you may simply call the ``python markdown.py`` file from the command -line. However, if you have fully installed Markdown (``setup.py install`` of -``easyinstall``), then the ``markdown.py`` script will have been copied to +line. However, if you have fully installed Markdown (``setup.py install`` or +``easy_install``), then the ``markdown.py`` script will have been copied to you Python "Scripts" directory. Different systems require different methods to ensure that any files in the Python "Scripts" directory are on your system path. @@ -37,7 +37,7 @@ path. * **Linux**: As each Linux distribution is different and we can't possible document all - of them here, We'll provide a few helpful pointers: + of them here, we'll provide a few helpful pointers: * Some systems will automatically install the script on your path. Try it and see if it works. Just run ``markdown.py`` from the command line. |