diff options
| author | emmett1 <emmett1@noreply.codeberg.org> | 2024-06-19 06:26:24 +0000 |
|---|---|---|
| committer | emmett1 <emmett1@noreply.codeberg.org> | 2024-06-19 06:26:24 +0000 |
| commit | 4515ad10d275a043b08ae914f3ea8d2a70e53f42 (patch) | |
| tree | c5ccffc7129fa34b1bb7fb4b58a71381d7f123b7 /docs | |
| parent | 72e5b3b242305123564af39b509c3f0326b17eb1 (diff) | |
| download | alicelinux-4515ad10d275a043b08ae914f3ea8d2a70e53f42.tar.gz alicelinux-4515ad10d275a043b08ae914f3ea8d2a70e53f42.zip | |
fix on wpa_supplicant section
Diffstat (limited to 'docs')
| -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: ``` |