Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sheffer <guysoft@gmail.com>2018-06-14 11:30:25 +0300
committerGitHub <noreply@github.com>2018-06-14 11:30:25 +0300
commit691f4b0eae4ee4f33f416a792a31d982c410558d (patch)
tree25d8fe9c52841eba917558a4e9ab4bc6a1720886
parent217a62261f83073e0c53076a722bb1d4d832dde9 (diff)
parent92a9bd373e6e6376bc527b6f4b622b1885bfefad (diff)
Merge pull request #542 from cdaringe/docs/readme-plugin
docs(readme): clarify plugin installation
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index a6986fc..b195d10 100644
--- a/README.rst
+++ b/README.rst
@@ -28,6 +28,7 @@ How to use it?
#. Configure your WiFi by editing ``octopi-wpa-supplicant.txt`` on the root of the flashed card when using it like a thumb drive
#. Boot the Pi from the card
#. Log into your Pi via SSH (it is located at ``octopi.local`` `if your computer supports bonjour <https://learn.adafruit.com/bonjour-zeroconf-networking-for-windows-and-linux/overview>`_ or the IP address assigned by your router), default username is "pi", default password is "raspberry" and change the password using the ``passwd`` command.
+#. To install plugins, :code:`pip` may be found at :code:`/home/pi/oprint/bin/pip`. Thus, an example install cmd may be: :code:`/home/pi/oprint/bin/pip install <plugin-uri>`
OctoPrint is located at `http://octopi.local <http://octopi.local>`_ and also at `https://octopi.local <https://octopi.local>`_. Since the SSL certificate is self signed (and generated upon first boot), you will get a certificate warning at the latter location, please ignore it.