You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,23 @@
2
2
3
3
devcontainer-cli is the start of a CLI to improve the experience of working with [Visual Studio Code devcontainers](https://code.visualstudio.com/docs/remote/containers)
4
4
5
+
**Status: this is a pet project that I've been experimenting with. It is not supported and you should expect bugs :-)**
6
+
5
7
## Installation
6
8
7
-
TODO - add this once releases are automated!
9
+
Head to the [latest release page](https://github.com/stuartleeks/devcontainer-cli/releases/latest) and download the archive for your platform.
10
+
11
+
Extract `devcontainer` from the archive and place in a folder in your `PATH`.
12
+
13
+
Or if you just don't care and are happy to run random scripts from the internet:
0 commit comments