diff options
| -rw-r--r-- | docs/install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.md b/docs/install.md index b195df02..ad8b096c 100644 --- a/docs/install.md +++ b/docs/install.md @@ -203,7 +203,7 @@ You might want to set up networking before rebooting. Use `wpa_supplicant` and ` ``` Configure your SSID: ``` -# wpa_passphrase <YOUR SSID> <ITS PASSWORD> >> /etc/wpa_supplicant +# wpa_passphrase <YOUR SSID> <ITS PASSWORD> >> /etc/wpa_supplicant.conf ``` Enable the service: ``` |