diff --git a/README.md b/README.md index 0511620..59444cf 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ uname -r python3 --version # Check for IBSS (ad-hoc) support in your WiFi firmware or driver -iw phy | grep -iq ibss && echo "IBSS is supported" || echo "IBSS not supported" +iw phy | grep -q join_ibss && echo "IBSS is supported" || echo "IBSS not supported" ``` Clone the naxalnet repo and cd into it. @@ -300,8 +300,9 @@ systemd-networkd configures the network. ### Online class -naxalnet can be used to share connections to join online classes. -You need at least one device with internet access if you are not using a program like [Jami][]. +naxalnet can be used to share connections to join online classes. You need +at least one device with internet access if you are not using a program +like [Jami][].