Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mpowaga authored Aug 26, 2021
1 parent 4cd452e commit 49c50ab
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" }`.

0 comments on commit 49c50ab

Please sign in to comment.