Skip to content

Commit

Permalink
services/ticker: fix installation guides in ticker (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat authored and accordeiro committed May 28, 2019
1 parent 34fc7b0 commit 03285a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ticker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ follow these steps:

1. Install [Docker](https://hub.docker.com/editions/community/docker-ce-desktop-mac)
2. Clone the [monorepo](https://github.com/stellar/go) and `$ cd services/ticker`
3. Build the Ticker's docker image: `$ docker build -t ticker`
3. Build the Ticker's docker image: `$ docker build -t ticker .`
4. Run the Ticker: `$ docker run --rm -it -p "8000:8000" ticker` (you'll be asked to enter a
PostgreSQL password)
5. After the initial setup (after the `supervisord started` message), you should be able to visit
Expand Down

0 comments on commit 03285a8

Please sign in to comment.