Skip to content

Commit

Permalink
chore: doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-karan committed Dec 18, 2020
1 parent 4d618b8 commit 90fee87
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ You can supply all arguments to the CLI directly to `docker run` command. Eg:
$ sudo snap install doggo
```

**NOTE**: Since the [confinement](https://snapcraft.io/docs/snap-confinement) mode is strict as of now, it cannot access your host's `/etc/resolv.conf`.
I'll be making a request in the Snap forums soon so that it can be manually reviewed and allowed to use `--classic`. Until then, please specify a namesever manually
if using `snap`.

### From Source

You need to have `go` installed in your system.
Expand All @@ -70,9 +74,7 @@ You need to have `go` installed in your system.
$ go get github.com/mr-karan/doggo/cmd/doggo
```

**NOTE**: Since the [confinement](https://snapcraft.io/docs/snap-confinement) mode is strict as of now, it cannot access your host's `/etc/resolv.conf`.
I'll be making a request in the Snap forums soon so that it can be manually reviewed and allowed to use `--classic`. Until then, please specify a namesever manually
if using `snap`.
The binary will be available at `$GOPATH/bin/doggo`.

## Usage Examples

Expand Down

0 comments on commit 90fee87

Please sign in to comment.