Other(docs): Add build command to vault-editor readme

This commit is contained in:
James Houlahan 2022-10-31 10:59:01 +01:00
parent 358a2e5266
commit 0a972285a6
1 changed files with 3 additions and 1 deletions

View File

@ -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
}
}
```
```