aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel García <[email protected]>2018-04-24 22:38:23 +0200
committerDaniel García <[email protected]>2018-04-24 22:41:25 +0200
commit3d454f36bc8eadd5c7f93e693e666fcd87450715 (patch)
tree4a2c56eb20cd784846af1c2b11cd586d7d1db6ea /README.md
parent4093bf92fe1fe63c185c1d4e7f94f8d91533ebde (diff)
downloadvaultwarden-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5f842723..6b296f0a 100644
--- a/README.md
+++ b/README.md
@@ -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)