From 49c50abbbb2c4ae5f48ac65f3a64055e5d9dfb2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Powaga?= Date: Thu, 26 Aug 2021 01:12:22 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b74452c..13ec0ec 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ This devcontainer is based on [geoffreybooth/meteor-base](https://hub.docker.com ## Usage -Copy `.devcontainer` directory into your repository and create a new GitHub Codespace. +Copy `.devcontainer` directory into your repository or use following command: -You can use specific Meteor release by changing `build.args.RELEASE` in `devcontainer.json` file. For example: `"args": { "RELEASE": "2.3.5" }`. +``` +curl https://raw.githubusercontent.com/meteorengineer/meteor-dev-container/master/setup.sh | bash +``` + +### Configuration + +You can use specific Meteor release by changing `build.args.RELEASE` in `devcontainer.json` file. + +For example: `"args": { "RELEASE": "2.3.5" }`.