piframe/docs/wifi.md

14 lines
247 B
Markdown
Raw Normal View History

2020-08-01 00:33:33 +00:00
# WiFi
Below are some handy commands and notes regarding WiFi on the Raspberry Pi 4.
``` sh
# Wifi config using NetworkManager
nmtui
# Vanilla WiFi config (you probably don't want this if you're following our docs)
wifi-menu
```