summaryrefslogtreecommitdiff
path: root/readme.md
blob: f8b7718d9304a0efedb5361d04c6e0e4e1b1b6ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Resteasy

simple plug and play backup system

See the [manpage](./resteasy.8.md) for a description.

## Building

Resteasy is implemented as a debian source package. It can be built with all the
regular tools, for instance `debuild -uc -us`.

### Build and install locally

```
debuild -uc -us && sudo dpkg --purge resteasy resteasy-desktop && sudo dpkg --install ../*.deb
```