From 70fe610631abdd1ea3f0643f80b06815deb17e99 Mon Sep 17 00:00:00 2001 From: xezpeleta Date: Wed, 23 Nov 2016 10:20:43 +0100 Subject: [PATCH] Added reference to setenv.sh --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5743e97..b1eeddd 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ If you get a list with all the VM in your Proxmox cluster, everything is ok. I suggest you to use environment variables to store Proxmox credentials: ```sh +# You also can do that using the file setenv.sh +# Run the command: "source setenv.sh" export PROXMOX_URL=https://10.0.0.1:8006/ export PROXMOX_USERNAME=apiuser@pve export PROXMOX_PASSWORD=apiuser1234