Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel authored Nov 18, 2022
1 parent b402887 commit add354f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example-usage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Each should run on macOS or Linux. For Windows, you can use these scripts from W

1. Install Node.js 16 (e.g., using [nvm](https://github.com/nvm-sh/nvm))
2. Install [node-gyp pre-requisites](https://github.com/nodejs/node-gyp):
- **Linux:** Use your distro's package manager. E.g. on Ubuntu/Debian: `sudo apt-get update && sudo apt-get install python3-minimal gcc g++ make`
- **Linux/WSL2:** Use your distro's package manager. E.g. on Ubuntu/Debian: `sudo apt-get update && sudo apt-get install python3-minimal gcc g++ make`
- **macOS:** Install the XCode Command Line Tools ([more info](https://github.com/nodejs/node-gyp/blob/main/README.md#on-macos))
3. Make sure you have an OpenSSH compliant `ssh` command available and in your path if you plan to use the `Vim via SSH` example (it should already be there on macOS, and in Linux/WSL, you can install `openssh-client` using your distro's package manager if its missing)
3. Install the latest dev container CLI: `npm install -g @devcontainers/cli`
Expand Down Expand Up @@ -91,4 +91,4 @@ The resulting image name defaults to `devcontainer-cli-test-image`, but you can
image-build/build-image.sh ghcr.io/my-org/my-image-name-here true "linux/amd64 linux/arm64"
```

Ultimately, this script just calls the `devcontainer build` command to do all the work. Once built, you can refer to the specified image name directly in a devcontainer.json file using the `image` property.
Ultimately, this script just calls the `devcontainer build` command to do all the work. Once built, you can refer to the specified image name directly in a devcontainer.json file using the `image` property.

0 comments on commit add354f

Please sign in to comment.