diff options
-rwxr-xr-x | install-pixelated.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/install-pixelated.sh b/install-pixelated.sh index 22ed9b2a..ed9e6f07 100755 --- a/install-pixelated.sh +++ b/install-pixelated.sh @@ -62,7 +62,10 @@ cat <<EOF ## Rename the certificate based on your provider domain name like this 'your.leapprovider.org.crt' ## Put it in services/pixelated/certificates/ -## Once you are done, just run: -## pixelated-user-agent +## Once you are done, activate your virtual environment by running: +## source service/.virtualenv/bin/activate + +## The User agent will be available on localhost:3333 after running +## pixelated-user-agent EOF |