Use stable branch for "git clone" by default

This commit is contained in:
Vasily Evseenko 2022-09-16 09:08:47 +03:00
parent beaa791d66
commit 4ca0d8b2cf

View File

@ -84,7 +84,7 @@ wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 2312
- Copy the name of the RTL8812AU WiFi card.
- Install wfb-ng. Replace `wifi0`with the previously copied name of the WiFi card.
```
git clone https://github.com/svpcom/wifibroadcast.git
git clone -b stable https://github.com/svpcom/wifibroadcast.git
cd wifibroadcast
sudo ./scripts/install_gs.sh wifi0
```