Merge pull request #70 from jbuck2005/patch-2
fix mkdir starlink-grpc-tool (missing s)
This commit is contained in:
commit
7c46577743
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue