Skip to content

Commit

Permalink
FIX: bring in commit again for miss the git and compose installation …
Browse files Browse the repository at this point in the history
…link in md (openemr#3733)

* miss the git and compose installation link in md

* add compose for markdown format
  • Loading branch information
reidliu41 authored and bradymiller committed Jul 12, 2020
1 parent 5250fc6 commit c6514fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ You will need a "local" version of OpenEMR to make changes to the source code. T

1. [Create your own fork of OpenEMR](https://github.com/openemr/openemr/fork) (you will need a GitHub account) and `git clone` it to your local machine.
- It's best to also add an `upstream` origin to keep your local fork up to date. [Check out this guide](https://oneemptymind.wordpress.com/2018/07/11/keeping-a-fork-up-to-date/) for more info.
- If you haven't already, [install git](https://git-scm.com/downloads) for your system
2. `cd openemr` (the directory you cloned the code into)
- If you haven't already, [install Docker](https://docs.docker.com/install/) for your system
- If you haven't already, [install Docker](https://docs.docker.com/install/) and [install compose](https://docs.docker.com/compose/install/) for your system
3. Run `docker-compose up` from your command line
- When the build is done, you'll see the following message:
```sh
Expand Down

0 comments on commit c6514fe

Please sign in to comment.