Skip to content

docs(readme): improve installation instructions; add Linux link #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ This is a multi-container docker environment that utilizes Docker to create thre
## Project Requirements

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

## Running the project
Expand Down