Skip to content

Commit d93c623

Browse files
committed
docs: update readme for quick getting-started
1 parent f88fc96 commit d93c623

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,14 @@ This project uses [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.htm
192192
193193
### Build & Test
194194
195-
The containers can be built and tested locally by importing this repository in VS Code with the [Remote Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) plug-in installed. As a prerequisite an OCI compatible container engine needs to be installed on the host system. Alternatively a GitHub Codespace can be started.
195+
<!-- markdownlint-disable -->
196+
[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/philips-software/amp-devcontainer)
197+
<!-- markdownlint enable -->
198+
199+
If you already have VS Code and a OCI compatible container engine installed, you can click the badge above or
200+
[here](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/philips-software/amp-devcontainer)
201+
to get started. Clicking these links will cause VS Code to automatically install the Dev Containers extension if needed,
202+
clone the source code into a container volume, and spin up a dev container for use. Alternatively a GitHub Codespace can be started.
196203
197204
#### Running the Integration Tests
198205

0 commit comments

Comments
 (0)