Update README.md to include build dependencies and instructions (#45)

* Update README.md to include build dependencies and instructions

* Add make to dependencies
This commit is contained in:
Matin Lotfaliei 2022-09-28 03:57:15 -07:00 committed by GitHub
parent dad9aeb520
commit b0f745031b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,6 +125,12 @@ Install Timeshift from the repositories:
sudo apt-get update
sudo apt-get install timeshift
```
Or build and install timeshift from the source code:
```sh
sudo apt install make gettext valac libvte-2.91-dev libgee-0.8-dev libjson-glib-dev
make
sudo make install
```
#### Fedora