From f41989326e6b4824e6bfa68789460d51d5cb2373 Mon Sep 17 00:00:00 2001 From: Greizgh Date: Tue, 26 Mar 2019 18:44:01 +0100 Subject: [PATCH] Add a readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..35448d4 --- /dev/null +++ b/README.md @@ -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 +```