Skip to content

Commit

Permalink
fix(i): Remove deprecated tcpaddr flag from readme (sourcenetwork#2225)
Browse files Browse the repository at this point in the history
## Relevant issue(s)

Resolves sourcenetwork#2224 

## Description

This PR removes mention of the deprecated `tcpaddr` flag from the
readme.
  • Loading branch information
fredcarle authored Jan 16, 2024
1 parent 63549e7 commit d1142a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ defradb client schema add '
Start (or continue running from above) *nodeB*, that will be receiving updates:

```shell
defradb start --rootdir ~/.defradb-nodeB --url localhost:9182 --p2paddr /ip4/0.0.0.0/tcp/9172 --tcpaddr /ip4/0.0.0.0/tcp/9162
defradb start --rootdir ~/.defradb-nodeB --url localhost:9182 --p2paddr /ip4/0.0.0.0/tcp/9172
```

Here we *do not* specify `--peers` as we will manually define a replicator after startup via the `rpc` client command.
Expand Down

0 comments on commit d1142a5

Please sign in to comment.