adding some markdown markup
This commit is contained in:
parent
192e1c614b
commit
7fd8cdd1d9
22
README.md
22
README.md
@ -89,6 +89,7 @@ Installation
|
|||||||
-------------
|
-------------
|
||||||
|
|
||||||
`$ pip install python-dateutil jinja2 html5lib`
|
`$ pip install python-dateutil jinja2 html5lib`
|
||||||
|
|
||||||
`$ python setup.py install`
|
`$ python setup.py install`
|
||||||
|
|
||||||
Example
|
Example
|
||||||
@ -105,15 +106,18 @@ The program then interactively asks some questions:
|
|||||||
```
|
```
|
||||||
Please type the URL of the etherpad:
|
Please type the URL of the etherpad:
|
||||||
|
|
||||||
https://pad.vvvvvvaria.org/
|
https://pad.vvvvvvaria.org/
|
||||||
The APIKEY is the contents of the file APIKEY.txt in the etherpad folder
|
|
||||||
|
|
||||||
Please paste the APIKEY:
|
|
||||||
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
The settings are placed in a file called .etherdump/settings.json and are used (by default) by future commands.
|
The APIKEY is the contents of the file APIKEY.txt in the etherpad folder.
|
||||||
|
|
||||||
|
```
|
||||||
|
Please paste the APIKEY:
|
||||||
|
|
||||||
|
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||||
|
```
|
||||||
|
|
||||||
|
The settings are placed in a file called `.etherdump/settings.json` and are used (by default) by future commands.
|
||||||
|
|
||||||
Subcommands
|
Subcommands
|
||||||
----------
|
----------
|
||||||
@ -133,7 +137,7 @@ Subcommands
|
|||||||
|
|
||||||
To get help on a subcommand:
|
To get help on a subcommand:
|
||||||
|
|
||||||
etherdump revisionscount --help
|
`$ etherdump revisionscount --help`
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
@ -141,5 +145,5 @@ License
|
|||||||
|
|
||||||
GNU AFFERO GENERAL PUBLIC LICENSE, Version 3
|
GNU AFFERO GENERAL PUBLIC LICENSE, Version 3
|
||||||
|
|
||||||
See License.txt
|
See `License.txt`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user