Update README.md

This commit is contained in:
BitHeaven 2022-08-13 20:05:41 +05:00 committed by GitHub
parent 4287064318
commit fabdd1eddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 4 deletions

View File

@ -1,11 +1,22 @@
# dmenu-wifi
### requirements
```networkmanager-cli```
```networkmanager-wifi```
```
networkmanager-cli
networkmanager-wifi
```
### install
```make install```
```
make install
```
make `nmcli` nopasswd
```
echo "USER ALL=(ALL:ALL) NOPASSWD: /usr/bin/nmcli" >> /etc/sudoers
```
### uninstall
```make uninstall```
```
make uninstall
```