diff options
| author | Teddy Wing | 2018-02-04 15:50:02 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-02-04 15:56:17 +0100 |
| commit | 237a9b1ef17286000f0aa27128a6fd68c3d5db2a (patch) | |
| tree | 43afacb6cd083141c21070e7854c5fd40be3935d | |
| parent | 49eaaab3da6521fa11c453ec9b524dba89353dff (diff) | |
| download | harvester-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.rst | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -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 |
