From 52141d1c43b3eacc16e80453714ad44107d34a16 Mon Sep 17 00:00:00 2001 From: John Lago <750845+Lagoja@users.noreply.github.com> Date: Wed, 1 Feb 2023 11:33:03 -0800 Subject: [PATCH] Update README.md Add Devbox.sh badge to Readme Signed-off-by: John Lago <750845+Lagoja@users.noreply.github.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a15c0af6afd..a16ec585f0b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ Devbox was originally developed by [jetpack.io](https://www.jetpack.io) and is i ## Demo +You can try out Devbox in your browser using the button below: + +[![Open In Devbox.sh](https://jetpack.io/img/devbox/open-in-devbox.svg)](https://devbox.sh/new) + The example below creates a development environment with `python 2.7` and `go 1.18`, even though those packages are not installed in the underlying machine: ![screen cast](https://user-images.githubusercontent.com/279789/186491771-6b910175-18ec-4c65-92b0-ed1a91bb15ed.svg)