summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGioele Zardini <32289677+gzardini@users.noreply.github.com>2022-03-01 08:47:02 +0100
committerGitHub <noreply@github.com>2022-03-01 08:47:02 +0100
commit8ea0a108552c7688682fd03e18ed9595350c5272 (patch)
tree52974cae866d5dc9773b644e3e04911edc9a7855
parentfix (diff)
downloadact4e-8ea0a108552c7688682fd03e18ed9595350c5272.tar.gz
act4e-8ea0a108552c7688682fd03e18ed9595350c5272.zip
Update README.md
added docker installation
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5bb6b79..c3c8796 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,14 @@
## Setup
-Install VS Code.
+### Install Docker
+> (Mac, Linux) Follow the [installation instructions](https://docs.docker.com/get-docker/)
+> (Windows):
+>> Follow the manual installation steps for Windows Subsystem for Linux [here](https://docs.microsoft.com/en-us/windows/wsl/install). On step 1, follow the recommendation of updating to WSL 2. On step 6, you can download Ubuntu 18.04 LTS. You do not necessarily need to install Windows Terminal.
+>> Now go [here](https://docs.docker.com/desktop/windows/install/) and follow the "Install Docker Desktop on Windows" instructions. You can then start Docker Desktop and follow the quick start quide.
+
+
+### Install VS Code.
Select File -> Open and select *the entire folder*.