update README.md

This commit is contained in:
Dmitry Afanasyev 2022-08-14 04:30:33 +03:00
parent 68caa17527
commit 55f516b21b

View File

@ -10,7 +10,7 @@ install service
cd ~/PycharmProjects/mosgortrans
sudo systemctl stop mosgortrans.service
git pull balshgit master
sudo rsync -a --progress ~/mosgortrans/* /opt/mosgortrans/ --exclude .git
udo rsync -a --delete --progress ~/mosgortrans/* /opt/mosgortrans/ --exclude .git
sudo systemctl start mosgortrans.service
```