Skip to content

Commit

Permalink
[chore] Fix client config path (#358)
Browse files Browse the repository at this point in the history
Signed-off-by: 6r1d <[email protected]>
  • Loading branch information
6r1d authored and appetrosyan committed Aug 21, 2023
1 parent a8e2277 commit 615ddec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/guide/bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ $ mkdir -p test_docker
Copy the configuration file to the client directory:

```bash
$ cp ./configs/client_cli/config.json test_docker/
$ cp ./configs/client/config.json test_docker/
```

::: tip
Expand Down
2 changes: 1 addition & 1 deletion src/guide/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $ pip install ./target/wheels/iroha_python-*.whl
Finally, you will need a working client configuration:

```bash
$ cp -vfr ~/Git/iroha/configs/client_cli/config.json example/config.json
$ cp -vfr ~/Git/iroha/configs/client/config.json example/config.json
```

::: tip
Expand Down
2 changes: 1 addition & 1 deletion src/guide/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ configurations in the `~/Git/iroha/configs` folder.
So let's copy the example client configuration somewhere useful:

```bash
$ cp -vfr ~/Git/iroha/configs/client_cli/config.json example/config.json
$ cp -vfr ~/Git/iroha/configs/client/config.json example/config.json
```

We recommend looking through it to familiarise yourself with the key pieces
Expand Down

0 comments on commit 615ddec

Please sign in to comment.