Merge pull request #70 from jbuck2005/patch-2

fix mkdir starlink-grpc-tool (missing s)
This commit is contained in:
sparky8512 2022-11-10 11:18:11 -08:00 committed by GitHub
commit 7c46577743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,10 +175,10 @@ Commands here should work for debian / ubuntu based distribution
```shell
sudo apt instlall python3-venv
cd /opt/
sudo mkdir starlink-grpc-tool
sudo mkdir starlink-grpc-tools
sudo chown <your non-root user>
git clone <git url>
cd starlink-grpc-tool
cd starlink-grpc-tools
python3 -m venv venv
source venv/bin/activate.sh
pip3 install -r requirements.txt