Skip to content

Commit 93d940a

Browse files
committed
Add command to open file for editing
1 parent 6396fa2 commit 93d940a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/getting-started.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,11 @@ Copy the template configuration file from the Trustchain repository to the data
135135
$ cp -n $TRUSTCHAIN_REPO/trustchain_config.toml $TRUSTCHAIN_CONFIG
136136
```
137137

138-
Then edit the following parameters inside your copy of `trustchain_config.toml`:
138+
Then open your copy of `trustchain_config.toml` in a text editor:
139+
```console
140+
$ open $TRUSTCHAIN_CONFIG
141+
```
142+
and edit the following configuration parameters:
139143

140144
- In the `[ion]` section, add the `bitcoin_rpc_username` and `bitcoin_rpc_password` that were chosen when you [installed](ion.md#install-bitcoin-core) Bitcoin Core.
141145
- If you intend to act as an issuer of digital credentials, and you already have you own DID for this purpose, add it in the `[http]` section to the `issuer_did` parameter value. Otherwise, the `[http]` section can be ignored.

0 commit comments

Comments
 (0)