From 0dc0c6a10a0fcfad917d4fd18fd5bcc1271b9002 Mon Sep 17 00:00:00 2001 From: Nick Gerace <39320683+nickgerace@users.noreply.github.com> Date: Sun, 22 Mar 2020 16:18:50 -0400 Subject: [PATCH] Add quickstart option to Docker section in README (#1515) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f1a548bb46..b7338e02e1 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,16 @@ cargo build --workspace --features=stable ## Docker +### Quickstart + +Want to try Nu right away? Execute the following to get started. + +```bash +docker run -it quay.io/nushell/nu:latest +``` + +### Guide + If you want to pull a pre-built container, you can browse tags for the [nushell organization](https://quay.io/organization/nushell) on Quay.io. Pulling a container would come down to: