Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: M-Kusumgar <[email protected]>
  • Loading branch information
richfitz and M-Kusumgar authored Oct 19, 2023
1 parent 6765c34 commit 859dae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions development.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ privateer2 --path tmp configure alice
privateer2 --path tmp configure bob
```

Start the server, as a background process
Start the server, as a background process (note that if these were on different machine the `privateer2 configure <name>` step would generate the `.privateer_identity` automatically so the `--as` argument is not needed)

```
privateer2 --path tmp --as=alice server start
Expand All @@ -59,7 +59,7 @@ Once `alice` is running, we can test this connection from `bob`:
privateer2 --path tmp --as=bob check --connection
```

This command would be simpler to run if in the `tmp` directory, which would be the usual situation in a multi-machine setup
This command would be simpler to run if we are in the `tmp` directory, which would be the usual situation in a multi-machine setup

```
privateer2 check --connection
Expand Down

0 comments on commit 859dae2

Please sign in to comment.