aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoremmett1 <emmett1@noreply.codeberg.org>2024-06-19 06:26:24 +0000
committeremmett1 <emmett1@noreply.codeberg.org>2024-06-19 06:26:24 +0000
commit4515ad10d275a043b08ae914f3ea8d2a70e53f42 (patch)
treec5ccffc7129fa34b1bb7fb4b58a71381d7f123b7 /docs
parent72e5b3b242305123564af39b509c3f0326b17eb1 (diff)
downloadalicelinux-4515ad10d275a043b08ae914f3ea8d2a70e53f42.tar.gz
alicelinux-4515ad10d275a043b08ae914f3ea8d2a70e53f42.zip
fix on wpa_supplicant section
Diffstat (limited to 'docs')
-rw-r--r--docs/install.md2
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:
```