Improve readme

This commit is contained in:
Dryusdan 2021-02-08 20:08:00 +01:00
parent 87a5619e51
commit 27c8caca18
1 changed files with 16 additions and 1 deletions

View File

@ -1,2 +1,17 @@
# bitwarden_rs
# Playbook for bitwarden_rs
Install and update bitwarden_rs easier.
In your var, add this line :
```
bitwarden:
- name: bitwarden
home: /var/opt/bitwarden
app_folder: /opt/bitwarden
```
| Key | Value |
|-----|-------|
| name| Name of your bitwarden account |
| home| Home of bitwarden (to install rust and compile bitwarden) |
| app_folder| The folder path to copy bitwarden release on it |