Update README.md

Fixed typo
This commit is contained in:
Dean Cording 2022-03-02 16:23:17 +10:00 committed by GitHub
parent 3977f0b422
commit b3f60b0858
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,7 +163,7 @@ git clone <git url>
cd starlink-grpc-tool cd starlink-grpc-tool
python3 -m venv venv python3 -m venv venv
source venv/bin/activate.sh 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 cp systemd/starlink-influx2.service /etc/systemd/starlink-influx2.service
sudo <your favorite editor> /etc/systemd/system/starlink-influx2.service sudo <your favorite editor> /etc/systemd/system/starlink-influx2.service
# Set influx url, token, bucket and org # Set influx url, token, bucket and org