Update README.md
This commit is contained in:
parent
050008197b
commit
d2d5c3ecbb
12
README.md
12
README.md
@ -64,6 +64,18 @@ add the line
|
||||
dont forget the ampersand!
|
||||
|
||||
also make sure that the paths in startup.sh are correct for your install location
|
||||
|
||||
## Install the hotspot
|
||||
```console
|
||||
cd ~
|
||||
curl "https://www.raspberryconnect.com/images/hsinstaller/AutoHotspot-Setup.tar.gz" -o AutoHotspot-Setup.tar.gz
|
||||
tar -xzvf AutoHotspot-Setup.tar.gz
|
||||
cd Autohotspot
|
||||
sudo ./autohotspot-setup.sh
|
||||
```
|
||||
Choose option 2, then option 7 to change the SSID and password (for some reason it didnt work with the default SSID and password).
|
||||
|
||||
Then you can connect to the network and go to http://fintic.local:1024 or http://10.0.0.5:1024 and enter wifi information
|
||||
|
||||
|
||||
## Change the hostname
|
||||
|
Loading…
Reference in New Issue
Block a user