From 5da6c4e1c7f3e5472cd14b207bb28027ebaab716 Mon Sep 17 00:00:00 2001 From: Chris Johnston <12930132+ArcticJuggernaut@users.noreply.github.com> Date: Fri, 4 Oct 2019 01:10:15 +1000 Subject: [PATCH] Add anchor and basic setup using docker (#4187) [ci skip] --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7c19be743..6b3d5d46e 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,10 @@ This section provides a high-level requirement & quick start guide. **For detail [View Full Installation Documentation](https://docs.dev.to/installation/) +#### Docker Installation (BETA) + +Please refer to the [Installing DEV with Docker [Beta] guide](https://docs.dev.to/installation/docker/). + #### Starting the application We're mostly a Rails app, with a bit of Webpack sprinkled in. **For most cases, simply running `bin/rails server` will do.** If you're working with Webpack though, you'll need to run the following: