@@ -11,21 +11,29 @@ _message_after_copy: |
1111
1212 Your project "{{ package_name }}" has been created successfully!
1313
14- Next steps:
14+ See the [guide](https://template-python-package.seedcase-project.org/docs/guide) for more detail
15+ on the next steps. Briefly:
1516
1617 1. Change directory to the project root:
1718
18- $ cd {{ _copier_conf.dst_path }}
19+ ``` bash
20+ cd {{ _copier_conf.dst_path | realpath }}
21+ ```
1922
20- 2. Install the pre-commit hooks:
23+ 2. Install the pre-commit hooks, add (called "update" here) the Quarto extension,
24+ and build the README:
2125
22- $ just install-precommit
26+ ``` bash
27+ just install-precommit update-quarto-theme build-readme
28+ ```
2329
24- 3. Install [`spaid`](https://github.com/seedcase-project/spaid) and run these commands to upload and configure your project on GitHub :
30+ 3. Install [`spaid`](https://github.com/seedcase-project/spaid) and run these setup steps :
2531
26- $ spaid_gh_create_repo_from_local -h
27- $ spaid_gh_set_repo_settings -h
28- $ spaid_gh_ruleset_basic_protect_main -h
32+ ``` bash
33+ spaid_gh_create_repo_from_local -h
34+ spaid_gh_set_repo_settings -h
35+ spaid_gh_ruleset_basic_protect_main -h
36+ ```
2937
3038 4. Configure GitHub following this
3139 [guide](https://guidebook.seedcase-project.org/operations/security#using-github-apps-to-generate-tokens):
@@ -37,7 +45,9 @@ _message_after_copy: |
3745
3846 5. List and complete all TODO items in the repository:
3947
40- $ just list-todos
48+ ``` bash
49+ just list-todos
50+ ```
4151
4252# Questions:
4353package_github_repo :
0 commit comments