aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-02-04 15:50:02 +0100
committerTeddy Wing2018-02-04 15:56:17 +0100
commit237a9b1ef17286000f0aa27128a6fd68c3d5db2a (patch)
tree43afacb6cd083141c21070e7854c5fd40be3935d
parent49eaaab3da6521fa11c453ec9b524dba89353dff (diff)
downloadharvester-submit-week-for-approval-237a9b1ef17286000f0aa27128a6fd68c3d5db2a.tar.bz2
README: Fix indentation
GitHub's parser didn't like my indentation, which was held over from before the Markdown conversion. * The code blocks don't need to be double-indented. * Change the list indentation so that the bullets appear at the start of the text of the previous bullet. Otherwise GitHub turns them into blockquotes.
-rw-r--r--README.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.rst b/README.rst
index 1bf4d2b..2cc9dfd 100644
--- a/README.rst
+++ b/README.rst
@@ -21,24 +21,24 @@ Install
1. Clone the repository
2. Install dependencies::
- $ pipenv install
+ $ pipenv install
3. (OS X only) Modify the
``com.teddywing.harvester-submit-week-for-approval.plist`` file:
- a. Change the executable path to the virtualenv’s ``python3``
- b. Use the absolute path to ``harvester_submit_week_for_approval.py``
- c. Fill in your Harvest account details. A developer token can be obtained
- at https://id.getharvest.com/developers.
- d. Put the plist in ``~/Library/LaunchAgents/``
- e. Load the plist with::
+ a. Change the executable path to the virtualenv’s ``python3``
+ b. Use the absolute path to ``harvester_submit_week_for_approval.py``
+ c. Fill in your Harvest account details. A developer token can be obtained
+ at https://id.getharvest.com/developers.
+ d. Put the plist in ``~/Library/LaunchAgents/``
+ e. Load the plist with::
- launchctl load /path/to/com.teddywing.harvester-submit-week-for-approval.plist
+ launchctl load /path/to/com.teddywing.harvester-submit-week-for-approval.plist
4. Download `geckodriver`_
- a. Replace the ``geckodriver`` path on `this line`_ with the absolute path
- to the executable on your machine.
+ a. Replace the ``geckodriver`` path on `this line`_ with the absolute path
+ to the executable on your machine.
License