Update ubuntu-install.md

Add command to move hidden .env file
pull/72/head
Danny Hanes 3 years ago committed by GitHub
parent 1c19b89df3
commit 15ebafc8df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save