Skip to content

Commit

Permalink
Merge pull request #27 from jnsereko/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbontyes authored Sep 10, 2024
2 parents 8c297d3 + a128e5b commit 553adf7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ Open the cloned folder
```bash
cd UVL-EMR
```
Add your GitHub credentials to `~/.m2/settings.xml` settings file. See [how to create a git github token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token)
```xml
<servers>
<server>
<id>madiro-global-health-github-uvl-emr</id>
<username>your_github_username</username>
<password>your_github_token</password>
</server>
</servers>
```

Build UVL distro/version of OpenMRS 3
```bash
Expand Down

0 comments on commit 553adf7

Please sign in to comment.