From 8780aa3894dae96cf0fce220fa6a038211a47584 Mon Sep 17 00:00:00 2001 From: Jan Peter Tamminga Date: Sun, 22 Aug 2021 10:52:04 +0200 Subject: [PATCH] Update user-setup.md Make explicit that the new github project must be checked out locally, and that the setup script should be executed in the root folder of the new project. --- docs/docs/user-setup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/user-setup.md b/docs/docs/user-setup.md index 6c80f882..86b08aba 100644 --- a/docs/docs/user-setup.md +++ b/docs/docs/user-setup.md @@ -53,10 +53,11 @@ Before running the setup script, you will first need to create a new GitHub repo 1. The repository can be public or private 1. Do **not** check any of the options to initialize the repository with a README or other files. 1. Click "Create repository" +1. Checkout the new project on your local system ## User Config Setup Script -To start the setup process, run the following from your command line prompt: +To start the setup process, run the following from your command line prompt in the directory where you checked out your new repository: