mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-22 13:16:39 +00:00
Merge pull request #72 from mqus/patch-1
Add a link to Archlinux AUR packages
This commit is contained in:
commit
470ad14616
2
BUILD.md
2
BUILD.md
@ -1,4 +1,6 @@
|
|||||||
## Manual Setup (Advanced)
|
## Manual Setup (Advanced)
|
||||||
|
_( bitwarden_rs is already packaged for Archlinux: There is an AUR package [with](https://aur.archlinux.org/packages/bitwarden_rs-vault-git/) and
|
||||||
|
[without](https://aur.archlinux.org/packages/bitwarden_rs-git/) the vault web interface available.)_
|
||||||
### Dependencies
|
### Dependencies
|
||||||
- `Rust nightly` (strongly recommended to use [rustup](https://rustup.rs/))
|
- `Rust nightly` (strongly recommended to use [rustup](https://rustup.rs/))
|
||||||
- `OpenSSL` (should be available in path, install through your system's package manager or use the [prebuilt binaries](https://wiki.openssl.org/index.php/Binaries))
|
- `OpenSSL` (should be available in path, install through your system's package manager or use the [prebuilt binaries](https://wiki.openssl.org/index.php/Binaries))
|
||||||
|
@ -196,7 +196,6 @@ docker build -t bitwarden_rs .
|
|||||||
|
|
||||||
For building binary outside the Docker environment and running it locally without docker, please see [build instructions](BUILD.md).
|
For building binary outside the Docker environment and running it locally without docker, please see [build instructions](BUILD.md).
|
||||||
|
|
||||||
|
|
||||||
## Backing up your vault
|
## Backing up your vault
|
||||||
|
|
||||||
### 1. the sqlite3 database
|
### 1. the sqlite3 database
|
||||||
|
Loading…
Reference in New Issue
Block a user