Skip to content

Commit 086d52b

Browse files
authored
Merge pull request #61 from Shift3/cts-60-installation
docs(readme): improve installation instructions; add Linux link
2 parents a1a4c08 + 49ff6ba commit 086d52b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ This is a multi-container docker environment that utilizes Docker to create thre
3131
## Project Requirements
3232

3333
- Docker
34-
- [For Mac Users](https://docs.docker.com/docker-for-mac/install/)
35-
- [For Windows 10 Pro/Enterprise Users](https://docs.docker.com/docker-for-windows/install/)
36-
- [For Windows 7 or Windows 10 home Users](https://docs.docker.com/toolbox/toolbox_install_windows/)
37-
- Kitematic should come automatically installed, with Docker, but make sure you have it available, it will be very useful in managine containers
34+
- For Mac Users: [Docker Desktop for Mac](https://docs.docker.com/docker-for-mac/install/)
35+
- For Windows 10 Pro/Enterprise Users: [Docker Desktop for Windows](https://docs.docker.com/docker-for-windows/install/)
36+
- For Windows 7 or Windows 10 home Users: [Docker Toolbox](https://docs.docker.com/toolbox/toolbox_install_windows/)
37+
- For Linux Users (follow link and choose your Distro): [Docker Engine](https://docs.docker.com/engine/install/)
3838
- Do not have anything running on the required ports (3000 for client, 4000 for server, 27017 for mongo.)
3939

4040
## Running the project

0 commit comments

Comments
 (0)