Skip to content

Commit 50c9fdd

Browse files
authored
update readme for standard procedure (#24)
1 parent b055a7a commit 50c9fdd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@ Create a new project with: `copier copy harmon-stack new-project --trust`
1111
The command will ask you a series of questions to create a new project.
1212
Before using for the first time you will probaby want to customize the copier.yml file. Most importantly, the variables that aren't presented to you when you create a project (i.e, the varables that are set to `when: false`).
1313

14-
### Normal Procedure For New Projects
15-
- Choose to create a new remote GitHub repository, initialize it, create a new release, but choose to do so from the local branch at the current path.
14+
### Standard Procedure For New Projects
15+
1. From your git directory: `copier copy harmon-stack new-project --trust`, replacing `new-project` with the name of your new project.
16+
2. Initialize git repo?: Yes
17+
3. Create new repo on GitHub?: Yes
18+
4. Create initial release on GitHub?: Yes
19+
After initial questions, GitHub will ask questions about creating the repo on GitHub.
20+
1. Choose "Push an existing localy repository to GitHub" and choose the current path (.)
1621

1722
## Setup & Installation
1823

0 commit comments

Comments
 (0)