Add updating notes

This commit is contained in:
2021-07-14 20:11:46 -04:00
parent a234275422
commit cadc2b0c6a

View File

@@ -5,3 +5,10 @@ git clone https://kitsunehosting.net/gitea/Kenwood/lewis-crawler /srv/crawler
cd /srv/crawler/crawler_software/raspberry_pi cd /srv/crawler/crawler_software/raspberry_pi
make install make install
``` ```
# Updating
```
cd /srv/crawler
git pull
```