Skip to content

Commit 240678b

Browse files
committed
Update manually
1 parent 2d56e2a commit 240678b

2 files changed

Lines changed: 3 additions & 75 deletions

File tree

.github/workflows/pull_upstream.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ Dotfiles `**/.*`, Markdown files `**/*.md` are some other auxiliary files (e.g.,
1313

1414
**To update your existing repository with this template:**
1515

16-
Install the auto-updater workflow:
16+
This command will fetch the latest `.devcontainer` and overwrite:
1717
```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.
18+
mkdir -p .devcontainer && cd .devcontainer && wget https://github.com/kostrykin/python-learning-codespace/raw/master/.devcontainer/devcontainer.json && wget https://github.com/kostrykin/python-learning-codespace/raw/master/.devcontainer/Dockerfile
19+
```

0 commit comments

Comments
 (0)