diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-09-17 13:50:21 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-09-17 13:50:21 +0200 |
commit | 7c29428482ba28b7462aef62c64cbefc7b3a28b0 (patch) | |
tree | 61ef36b183e52601b7ebcc3068d7628cc413cf9d | |
parent | 9f56d553235369f60c68c07f473d89492f04e27c (diff) | |
download | picontrol-7c29428482ba28b7462aef62c64cbefc7b3a28b0.tar picontrol-7c29428482ba28b7462aef62c64cbefc7b3a28b0.tar.zst picontrol-7c29428482ba28b7462aef62c64cbefc7b3a28b0.zip |
Add Instructions on how to access the Site
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,3 +35,7 @@ With pip you can install Flask and waitress very easily: sudo make uninstall # just works from picontrol directory (the git repository you cloned) sudo userdel picontrol ``` + +### Access the Web Page + +You just have to visit http://pi_IP_or_hostname:8080 in the browser of your choice. |