diff options
author | Daniel García <[email protected]> | 2018-04-24 22:38:23 +0200 |
---|---|---|
committer | Daniel García <[email protected]> | 2018-04-24 22:41:25 +0200 |
commit | 3d454f36bc8eadd5c7f93e693e666fcd87450715 (patch) | |
tree | 4a2c56eb20cd784846af1c2b11cd586d7d1db6ea /README.md | |
parent | 4093bf92fe1fe63c185c1d4e7f94f8d91533ebde (diff) | |
download | vaultwarden-3d454f36bc8eadd5c7f93e693e666fcd87450715.tar.gz vaultwarden-3d454f36bc8eadd5c7f93e693e666fcd87450715.zip |
Removed included web vault.
Now that docker automatically downloads the web-vault, keeping it in the repo doesn't make sense.
Added error message in case someone tries to run the application directly without the web-vault instaled..
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ cargo run cargo build ``` -## How to update the web-vault used +## How to install the web-vault locally If you're using docker image, you can just update `VAULT_VERSION` variable in Dockerfile and rebuild the image. Install `node.js` and either `yarn` or `npm` (usually included with node) |