From 90e1d3a0445905a981e8a57a99ce0650f8174d82 Mon Sep 17 00:00:00 2001 From: "Michael T. Kelbaugh" Date: Mon, 16 Mar 2020 17:59:45 -0400 Subject: [PATCH] Docker installation for different OS Former-commit-id: badb3143f130f737518e1f780201121d57dae46f --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 939f6b0..5768df0 100644 --- a/README.md +++ b/README.md @@ -22,19 +22,17 @@ Supported operating systems: - Linux and macOS - install [Docker](https://docs.docker.com/install/) and [Docker Compose](https://docs.docker.com/compose/install/) - Windows 10 - - install [Docker Desktop for Windows](https://hub.docker.com/editions/community/docker-ce-desktop-windows/) + - install [Docker Desktop for Windows](https://hub.docker.com/editions/community/docker-ce-desktop-windows/) (includes Compose) ## Setup -To run SIMoN, first install [Docker](https://docs.docker.com/install/) and [Compose](https://docs.docker.com/compose/install/). +To run SIMoN, first install Docker and Compose for your operating system. Additionally, install `make`, so that the shell commands that operate SIMoN can be executed more easily using the Makefile. -Additionally, install `make`, so that the shell commands that operate SIMoN can be executed more easily using the Makefile. - -The Docker commands in the provided scripts assume that you are a privileged user. To use Docker as a non-root user, add your user to the `docker` group: +The Docker commands in the provided scripts assume that you are a privileged user. To add your user to the `docker` group and use Docker as a non-root user (in Linux or macOS): ``` sudo usermod -aG docker ``` -Log out and back in for this to take effect. +You may need to log out and back in for this to take effect. ## [Usage](models/README.md)