Skip to content

Commit 49af443

Browse files
authoredMar 21, 2025
Update README.md to link to public docs (#384)
1 parent 1e6c41b commit 49af443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎cmd/stellar-rpc/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ This will install and build the required dependencies and generate a `stellar-rp
5151
./stellar-rpc gen-config-file
5252
```
5353
- Paste the output to a file and save it as `.toml` file in any directory.
54-
- Make sure to update the config values to testnet specific ones. You can refer to [Configuring](https://docs.google.com/document/d/1SIbrFWFgju5RAsi6stDyEtgTa78VEt8f3HhqCLoySx4/edit#heading=h.80d1jdtd7ktj) section in the Runbook for specific config settings.
54+
- Make sure to update the config values to testnet specific ones. You can refer to [Configuring](https://developers.stellar.org/docs/data/apis/rpc/admin-guide/configuring) section of the docs for specific config settings.
5555
- If everything is set up correctly, then you can run the RPC server with the following command:
5656
```bash
5757
./stellar-rpc --config-path <PATH_TO_THE_RPC_CONFIG_FILE>
58-
```
58+
```

0 commit comments

Comments
 (0)