From 10dfaa439ebd80512571c6841d23ed810a41cf17 Mon Sep 17 00:00:00 2001 From: cimryan Date: Sat, 13 Oct 2018 19:04:50 -0700 Subject: [PATCH] Fix typo for campercent and add note about case-sensitivity in SSID. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d749f5..5707d25 100644 --- a/README.md +++ b/README.md @@ -94,15 +94,15 @@ If you don't have a keyboard/HDMI setup to boot the Pi and edit/transfer files d ### Get the scripts onto the Pi Now that you have a shell on the Pi you can turn the Pi into a smart USB drive. -1. Enter the following command. +1. Enter the following commands: ``` sudo -i nano /etc/wpa_supplicant/wpa_supplicant.conf ``` -1. Add this block to the bottom of the file specifying the actual SSID of your network and your actual PSK, keeping the quotes around both values. +1. Add this block to the bottom of the file specifying the actual SSID of your network and your actual PSK, keeping the quotes around both values. Note that the SSID may be case-sensitive on your network. ``` network={ - ssid="NETWORK" + ssid="SSID" psk="PASSWORD" } ``` @@ -132,7 +132,7 @@ Now that you have a shell on the Pi you can turn the Pi into a smart USB drive. export sharename=SailfishCam export shareuser=sailfish export sharepassword=pa$$w0rd - epxort campercent=100 + export campercent=100 ``` 1. Run these commands: ```