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-05-02 12:34:29 +0300
committerGitHub <noreply@github.com>2018-05-02 12:34:29 +0300
commite41c2bd9a86b45789e8e0484268de00e4fd74d02 (patch)
treea459827bad80b8c8afe1ad6bc429f1acb563b925
parentb1627322aadd424dd50818f340b37cb2b6bae85c (diff)
parent1c3c6f3d5b20036f4104288e0c308a0be769afe9 (diff)
Merge pull request #522 from guysoft/fix/readme-network
Fix wifi setup instructions in README
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f6ffd49..3bb2581 100644
--- a/README.rst
+++ b/README.rst
@@ -25,7 +25,7 @@ How to use it?
--------------
#. Unzip the image and install it to an sd card `like any other Raspberry Pi image <https://www.raspberrypi.org/documentation/installation/installing-images/README.md>`_
-#. Configure your WiFi by editing ``octopi-network.txt`` on the root of the flashed card when using it like a thumb drive
+#. 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", change the password using the ``passwd`` command and expand the filesystem of the SD card through the corresponding option when running ``sudo raspi-config``.