Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix instructions in readme #271

Merged
merged 2 commits into from
Jul 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ surprises. Always choose some version tag.
Also, if you have `go` installed, you can always download this tool with `go get`:

```console
go get github.com/9seconds/mtg/v2
go install github.com/9seconds/mtg/v2@latest
```

#### Build from sources
Expand Down Expand Up @@ -338,7 +338,7 @@ $ sudo systemctl start mtg
or you can run a docker image

```console
docker run -d -v /etc/mtg.toml:/config.toml -p 443:3128 --name mtg-proxy --restart=unless-stopped nineseconds/mtg:2
docker run -d -v /etc/mtg.toml:$PWD/config.toml -p 443:3128 --name mtg-proxy --restart=unless-stopped nineseconds/mtg:2
Dank-del marked this conversation as resolved.
Show resolved Hide resolved
```

where _443_ is a host port (a port you want to connect to from a
Expand Down