Skip to content

Commit

Permalink
README: Keep '-e' switches on the same line as their parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
danielattilasimon committed Jan 25, 2021
1 parent 4345cee commit 382c69f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.public.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ The kickback rate is the portion of LQTY you pass on to users of your Dev UI. Fo
It is highly recommended that you do this while running Dev UI locally, before you start hosting it publicly:

```
docker run --name liquity -d --rm -p 3000:80 -e \
FRONTEND_TAG=0x2781fD154358b009abf6280db4Ec066FCC6cb435 -e \
INFURA_API_KEY=158b6511a5c74d1ac028a8a2afe8f626 \
docker run --name liquity -d --rm -p 3000:80 \
-e FRONTEND_TAG=0x2781fD154358b009abf6280db4Ec066FCC6cb435 \
-e INFURA_API_KEY=158b6511a5c74d1ac028a8a2afe8f626 \
liquity/dev-frontend
```

Expand Down

0 comments on commit 382c69f

Please sign in to comment.