diff --git a/README.md b/README.md index 63e2a9e..b739801 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ or $ sudo apt install python3-pip ``` -The authentication details are stored in `secrets`. Therefore, you have a template `secrets.template` that you need to copy: +The authentication details are stored in `secrets`. Therefore, you have a template `secrets.template` that you need to copy and rename: ```sh -$ cp secrets.template secrets +$ cp secrets{.template,} ``` Modify the resulting file, and then run `./install.py` with needed flags (`./install.py -h` is your friend).