Update README.md

Add 'apt update' to install section.
This commit is contained in:
SOUHAIB MEHELLOU 2024-03-11 11:20:50 +01:00 committed by GitHub
parent 834115b210
commit 57fa832299
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,6 +54,7 @@ Download the Debian package from the latest [release](https://github.com/lakindu
Good news! I was able to restore keys, new versions will be available via the PPA Good news! I was able to restore keys, new versions will be available via the PPA
```bash ```bash
sudo add-apt-repository ppa:lakinduakash/lwh sudo add-apt-repository ppa:lakinduakash/lwh
sudo apt update
sudo apt install linux-wifi-hotspot sudo apt install linux-wifi-hotspot
``` ```