We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240678b commit 237a42dCopy full SHA for 237a42d
1 file changed
README.md
@@ -15,5 +15,5 @@ Dotfiles `**/.*`, Markdown files `**/*.md` are some other auxiliary files (e.g.,
15
16
This command will fetch the latest `.devcontainer` and overwrite:
17
```bash
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
-```
+mkdir -p .devcontainer && wget https://github.com/kostrykin/python-learning-codespace/raw/master/.devcontainer/devcontainer.json -O .devcontainer/devcontainer.json && wget https://github.com/kostrykin/python-learning-codespace/raw/master/.devcontainer/Dockerfile -O .devcontainer/Dockerfile
+```
0 commit comments