-
Notifications
You must be signed in to change notification settings - Fork 55
Update README.md #156
base: master
Are you sure you want to change the base?
Update README.md #156
Conversation
Add RaspberryPi docs to setup WIFI on boot.
README.md
Outdated
**WIFI setup** | ||
[raspberrypi.org - setting up wireless networking](https://www.raspberrypi.org/documentation/configuration/wireless/headless.md) | ||
``` | ||
cd /boot | ||
sudo nano wpa_supplicant.conf | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is hard to understand and just confusing, this guide is much better: https://umbrelinfo.github.io/troubleshooting.html#using-wifi-instead-of-ethernet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is hard to understand and just confusing, this guide is much better: https://umbrelinfo.github.io/troubleshooting.html#using-wifi-instead-of-ethernet
That link is a 404 now; https://archive.ph/HHBS8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That link is a 404 now
Yes, I moved the page to https://info.umbrel.tech/troubleshooting.html#using-wifi-instead-of-ethernet
Add Wifi Setup instructions from official Umbrel Additional Info.
Updated PR with Official link. Wifi setup instructions are nice to have front and center. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! But please remember, UmbrelInfo isn't an official part of Umbrel.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--
Add RaspberryPi docs to setup WIFI on boot.