Skip to content

Commit 004566b

Browse files
committed
Update README.md
1 parent 086e317 commit 004566b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,12 @@ This repository provides a template for GitHub Codespaces to be used in [*Lesson
1010
Update `.devcontainer/Dockerfile` to add Python packages to be installed.
1111

1212
Dotfiles `**/.*`, Markdown files `**/*.md` are some other auxiliary files (e.g., LICENSE) are hidden in the VS Code file manager. Pylance is disabled.
13+
14+
**To update your existing repository with this template:**
15+
16+
Install the auto-updater workflow:
17+
```bash
18+
mkdir -p .github/workflows && wget https://github.com/kostrykin/python-learning-codespace/raw/master/.github/workflows/pull_upstream.yml -O .github/workflows/pull_upstream.yml
19+
```
20+
21+
Run the workflow from the web interface and merge the created pull request.

0 commit comments

Comments
 (0)