Skip to content

Commit

Permalink
docs: clarify CELESTIA_HOME (#3644)
Browse files Browse the repository at this point in the history
Clarify the `CELESTIA_HOME` variable explanation b/c IMO the previous
explanation wasn't totally clear.
  • Loading branch information
rootulp authored Jul 2, 2024
1 parent 0c30804 commit fc43740
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ celestia-appd --help
### Environment variables
| Variable | Explanation | Default value | Required |
|-----------------|------------------------------------|----------------------------------------------------------|----------|
| `CELESTIA_HOME` | Home directory for the application | User home dir. [Ref](https://pkg.go.dev/os#UserHomeDir). | Optional |
| Variable | Explanation | Default value | Required |
|-----------------|-------------------------------------------------------------------|----------------------------------------------------------|----------|
| `CELESTIA_HOME` | Where the application directory (`.celestia-app`) should be saved | [User home directory](https://pkg.go.dev/os#UserHomeDir) | Optional |
### Create your own single node devnet
Expand Down

0 comments on commit fc43740

Please sign in to comment.