From 15ebafc8dfffa0ec57a08ece8b4258daefb54883 Mon Sep 17 00:00:00 2001 From: Danny Hanes Date: Wed, 24 Mar 2021 12:58:40 -0400 Subject: [PATCH] Update ubuntu-install.md Add command to move hidden .env file --- docs/ubuntu-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ubuntu-install.md b/docs/ubuntu-install.md index e39cb3d..bfd6d27 100644 --- a/docs/ubuntu-install.md +++ b/docs/ubuntu-install.md @@ -41,6 +41,7 @@ go build -o ./dist/podgrab ./main.go ``` bash sudo mkdir -p /usr/local/bin/podgrab mv -v dist/* /usr/local/bin/podgrab +mv -v dist/.* /usr/local/bin/podgrab ``` At this point theoretically the installation is complete. You can make the relevant changes in the ```.env``` file present at ```/usr/local/bin/podgrab``` path and run the following command