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.
This commit is contained in:
Jan Peter Tamminga 2021-08-22 10:52:04 +02:00 committed by GitHub
parent b235034dc9
commit 8780aa3894
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
<Tabs
defaultValue="curl"