Skip to content

Commit

Permalink
add example to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4r45h committed Oct 2, 2024
1 parent de6f983 commit 1f88eca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tools/cosmovisor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,16 @@ Please note that `$DAEMON_HOME/cosmovisor` only stores the *application binaries
├── data
└── cosmovisor
```
Otherwise, if you decide to set `$DAEMON_HOME` to an arbitrary location, such as `$HOME/.simapp_manager`, and use the `--home` flag of the application as `$HOME/.simapp`, you must explicitly set the `DAEMON_DATA_DIR` to the application's data directory path, `$HOME/.simapp/data`. Your directory structure will look like this:

```text
$HOME
├── .simapp
│ ├── config
│ └── data
└── .simapp_manager
└── cosmovisor
```

## Usage

Expand Down

0 comments on commit 1f88eca

Please sign in to comment.