Merge pull request #41 from DeanCording/patch-1

Fix typo in README.md
This commit is contained in:
sparky8512 2022-03-02 08:52:13 -08:00 committed by GitHub
commit ea3c8b32e9
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