1
0
forked from crony/UpFast

Compare commits

..

No commits in common. "3873729ae7a2c25d42f8f82c8e8062f3614cc9eb" and "aa1dff70156a416712c9b83c37c015ac894263ce" have entirely different histories.

View File

@ -24,13 +24,6 @@ systemctl start upfast.service
```bash
systemctl enable upfast.service
```
#### Updating
To update, you only need to pull the changes
```bash
su upfast -c 'cd && git pull --no-rebase'
```
### Docker
In the repo there is an included dockerfile to generate an image from the latest version of everything, to generate an image just run `docker build . -t upfast` (You need root privileges or to be in the docker group).