From e061f6601da1814da57c8869c4ceacaf7aa878ad Mon Sep 17 00:00:00 2001 From: glenux Date: Tue, 24 Oct 2023 09:48:54 +0000 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 511218a..a8b2f7e 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,16 @@ GX-Vault Manager is a Crystal-lang script designed to simplify the management of encrypted vaults using `gocryptfs`. With its user-friendly interface, users can seamlessly mount and unmount vaults, get real-time vault status, and handle errors gracefully. -## Prerequisites +## Prerequisites & dependencies -- **gocryptfs**: Ensure you have `gocryptfs` installed on your system before using GX-Vault Manager. +Ensure you have the following tools installed on your system before running GX-Vault: + +- **gocryptfs**: +- **fzf**: + +If you want to build from source, you'll also need: + +- **crystal-lang** : ## Installation @@ -53,13 +60,6 @@ Commands: Post YAML configuration, run the script. Use `fzf` to select a vault to mount or unmount. -## Dependencies - -- gocryptfs -- fzf -- Crystal-lang -- Additional Crystal-lang script dependencies - ## Contribution Guidelines To contribute to GX-Vault Manager: