From 0a972285a63d0dd6548e37fe1120c2b3f44c61c9 Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Mon, 31 Oct 2022 10:59:01 +0100 Subject: [PATCH] Other(docs): Add build command to vault-editor readme --- utils/vault-editor/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utils/vault-editor/README.md b/utils/vault-editor/README.md index 462bcee4..a82c587b 100644 --- a/utils/vault-editor/README.md +++ b/utils/vault-editor/README.md @@ -2,6 +2,8 @@ Bridge uses an encrypted vault to store persistent data. This is a tool for reading and writing this vault. +It can be built with `make vault-editor` in the bridge source code root directory. + Example usage: ```bash $ ./vault-editor read @@ -69,4 +71,4 @@ $ ./vault-editor read # the vault should have been modifie "Installed": true } } -``` \ No newline at end of file +```