diff --git a/src/main.rs b/src/main.rs index 18e2b83..615f420 100644 --- a/src/main.rs +++ b/src/main.rs @@ -222,7 +222,7 @@ fn check_web_vault() { let index_path = Path::new(&CONFIG.web_vault_folder()).join("index.html"); if !index_path.exists() { - error!("Web vault is not found. Please follow the steps in the README to install it"); + error!("Web vault is not found. To install it, please follow the steps in https://github.com/dani-garcia/bitwarden_rs/wiki/Building-binary#install-the-web-vault"); exit(1); } }