Skip to content

Commit

Permalink
Fix GitHub links in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonf committed Sep 10, 2014
1 parent 7bf94e2 commit e46cac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ If you don't have Docker installed, download [Docker](https://docs.docker.com/in

Then

1. Download the [docker](https://github.com/openmhealth/omh-shims/docker) directory.
1. Navigate to the directory in a terminal.
1. Download the latest [release](https://github.com/openmhealth/omh-shims/releases) of this Git repository or clone it.
1. Navigate to the `docker` directory in a terminal.
1. Run `docker build -t="openmhealth/omh-shim-server" .`
1. Run `docker run -d -p 8083:8083 -p 2022:22 openmhealth/omh-shim-server`.
1. The server should now be running on the default port 8083. You can change the port number in the Docker `run` command.
Expand Down

0 comments on commit e46cac7

Please sign in to comment.