Skip to content

Commit 7094075

Browse files
Fix incorrect paths
1 parent b61e4d9 commit 7094075

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ source ~/.bashrc
3535

3636
Download the latest release from GitHub:
3737

38-
3938
### 2. Create Configuration File
4039

41-
Create a `config.yml` file in the same directory as your binary
40+
Create a `config.yml` file in your base directory (default: `~/.supernode/config.yml`):
4241

4342
```yaml
4443
# Supernode Configuration
@@ -156,13 +155,13 @@ The supernode binary supports the following command-line flags:
156155

157156
| Flag | Short | Description | Value Type | Example | Default |
158157
|------|-------|-------------|------------|---------|---------|
159-
| `--config` | `-c` | Path to configuration file | String | `-c /path/to/config.yml` | `config.yml` in current directory |
158+
| `--config` | `-c` | Path to configuration file | String | `-c /path/to/config.yml` | `config.yml` in basedir (`~/.supernode/config.yml`) |
160159
| `--basedir` | `-d` | Base directory for data storage | String | `-d /custom/path` | `~/.supernode` |
161160

162161
### Usage Examples
163162

164163
```bash
165-
# Use default config.yml in current directory, with ~/.supernode as basedir
164+
# Use default config.yml in basedir (~/.supernode/config.yml), with ~/.supernode as basedir
166165
supernode start
167166

168167
# Use custom config file
@@ -181,11 +180,10 @@ supernode start -c /etc/supernode/config.yml -d /opt/supernode
181180

182181
If you use custom flags (`--config` or `--basedir`) for key management operations, you **MUST** use the same flags for ALL subsequent commands, including the `start` command. Otherwise, your configuration will break and keys will not be found.
183182

184-
185183
### Additional Important Notes:
186184

187185
- Make sure you have sufficient balance in your Lumera account to broadcast transactions
188186
- The P2P port (4445) should not be changed from the default
189187
- Your `key_name` in the config must match the name you used when creating the key
190188
- Your `identity` in the config must match the address generated for your key
191-
- Ensure your Lumera validator node is running and accessible at the configured gRPC address
189+
- Ensure your Lumera validator node is running and accessible at the configured gRPC address

0 commit comments

Comments
 (0)