Skip to content

Commit

Permalink
Fix config file path in chmod command
Browse files Browse the repository at this point in the history
  • Loading branch information
thobson88 committed Oct 22, 2024
1 parent 1bd601d commit ca795bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ $ cp -n $TRUSTCHAIN_REPO/trustchain_config.toml $TRUSTCHAIN_CONFIG
```
and set appropriate user permissions:
```console
$ chmod 640 $TRUSTCHAIN_CONFIG/trustchain_config.toml
$ chmod 640 $TRUSTCHAIN_CONFIG
```

Then open your copy of `trustchain_config.toml` in a text editor:
Expand Down

0 comments on commit ca795bc

Please sign in to comment.