aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-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