Add a readme

This commit is contained in:
Greizgh 2019-03-26 18:44:01 +01:00
parent 073fe82176
commit f41989326e
1 changed files with 19 additions and 0 deletions

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# Bitwarden_rs debian package helper
[Bitwarden_rs](https://github.com/dani-garcia/bitwarden_rs) is an "Unofficial Bitwarden compatible server written in Rust".
This repository will help you producing a debian package.
## TL;DR
Make sure you have the required build dependencies:
* docker
* git
Then:
```
git clone https://github.com/greizgh/bitwarden_rs-debian.git
cd bitwarden_rs-debian
./build.sh
```