From 6b9e9d37f924e5030f574a89d37b19358da31f15 Mon Sep 17 00:00:00 2001 From: Sam Ireland Date: Sun, 13 Jun 2021 18:59:28 +0100 Subject: [PATCH] Remove touch from instructions (resolves #3) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f9995f..1dac16d 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,13 @@ reddit-save will backup saved posts, saved comments, and upvoted posts. It can't $ git clone https://github.com/samirelanduk/reddit-save . $ cd reddit-save $ pip install -r requirements.txt -$ touch secrets.py ``` If you get permission errors, try using `sudo` or using a virtual environment. You will need [ffmpeg](https://ffmpeg.org/) installed somewhere too. -The last command created an empty file called secrets.py. You will need to add four things to this file, your reddit username and password, and a reddit client ID and secret. The latter two are obtained using [the instructions here](https://github.com/reddit-archive/reddit/wiki/OAuth2-Quick-Start-Example#first-steps). The file should look something like this: +You then need to create a file in the reddit-save directory called secrets.py. You will need to add four things to this file, your reddit username and password, and a reddit client ID and secret. The latter two are obtained using [the instructions here](https://github.com/reddit-archive/reddit/wiki/OAuth2-Quick-Start-Example#first-steps). The file should look something like this: ```python REDDIT_USERNAME = "spez"