From b12f11478d4cf38187293f4fc1c2918b2e208bc3 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Tue, 8 Sep 2020 11:57:11 +0200 Subject: [PATCH] Change cp command and add rename --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).