From 90fee8799ea074e1c68d8d6bd6073c4fc15698d8 Mon Sep 17 00:00:00 2001 From: Karan Sharma Date: Fri, 18 Dec 2020 20:27:38 +0530 Subject: [PATCH] chore: doc fix --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5aa1e6..78a4aae 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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