diff --git a/README.md b/README.md index a002b7a..43c0241 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ The backend is supported by Docker. If you do not have it already, you will need * For OS X, go [here](https://docs.docker.com/docker-for-mac/). * For Windows, go [here](https://docs.docker.com/docker-for-windows/). * For Ubuntu and other Linux distributions, install -[docker](https://docs.docker.com/engine/installation/linux/ubuntulinux/) and +[docker](https://docs.docker.com/engine/installation/linux/ubuntu/) and [docker-compose](https://docs.docker.com/compose/install/). - To [avoid having to use sudo when you use the docker command](https://docs.docker.com/engine/installation/linux/ubuntulinux/#/create-a-docker-group), + To [avoid having to use sudo when you use the docker command](https://docs.docker.com/engine/installation/linux/linux-postinstall/), create a Unix group called docker and add users to it: 1. `sudo groupadd docker` 2. `sudo usermod -aG docker $USER` diff --git a/leave_paths_alone.sh b/leave_paths_alone.sh new file mode 100755 index 0000000..ee78e3f --- /dev/null +++ b/leave_paths_alone.sh @@ -0,0 +1,6 @@ +#!/bin/sh +# Fix only for Docker Toolbox on Windows using Git Bash / Mingw +echo "Enter: source leave_paths_alone.sh" +echo "Do this before trying to run any of the init_*.sh scripts." +echo "export MSYS_NO_PATHCONV=1" +export MSYS_NO_PATHCONV=1