Update README.md
Fixed typo
This commit is contained in:
parent
3977f0b422
commit
b3f60b0858
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ git clone <git url>
|
|||
cd starlink-grpc-tool
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate.sh
|
||||
pip3 install -r requrements.txt
|
||||
pip3 install -r requirements.txt
|
||||
sudo cp systemd/starlink-influx2.service /etc/systemd/starlink-influx2.service
|
||||
sudo <your favorite editor> /etc/systemd/system/starlink-influx2.service
|
||||
# Set influx url, token, bucket and org
|
||||
|
|
Loading…
Reference in a new issue