From fe0f3d7a2da96d27efdeaa6e35b8755db757c311 Mon Sep 17 00:00:00 2001 From: makomination Date: Tue, 11 Jun 2019 00:15:43 +0900 Subject: [PATCH] Update README add `cp .my_commands.sh ~` before `source ~/.my_commands.sh` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dad267e..738c389 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ git clone "https://github.com/KalleHallden/ProjectInitializationAutomation.git" cd ProjectInitializationAutomation pip install -r requirements.txt +cp .my_commands.sh ~ source ~/.my_commands.sh Then go to create.py and set the username and password to be your username and password. Also make sure to change all directories to your directories so it should be '/Users//path/to/your/project'