Skip to content
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

Write docs #113

Merged
merged 25 commits into from
Aug 31, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Change ‘should’ to ‘must’
Suggested changes to ‘Getting started’ to make the modal verbs a bit more forceful.
johnpeart authored and jonodrew committed Aug 31, 2022
commit 8741b5a11a83dc09765a562123b65fad6d323bef
4 changes: 3 additions & 1 deletion docs/_docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -17,7 +17,9 @@ By default, the service can be accessed on the following ports:

## Installing dependencies

You should install `docker-compose` [using the documentation](https://docs.docker.com/desktop/). Once you've done
You **must** install `docker-compose` to use this software. [Follow the documentation from Docker](https://docs.docker.com/desktop/) to install the required software.

Once you've done
that, you'll need to clone [this repository](https://www.github.com/jonodrew/mentor-match). You don't necessarily
need to sign up to GitHub to do this.