Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inetic committed Dec 14, 2017
1 parent 3a98a6b commit 18bad04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Leave that script running and start another terminal window where we'll start
the injector:

```
$ ./injector --repo ../repo/injector
$ ./injector --repo ../repos/injector
Swarm listening on /ip4/127.0.0.1/tcp/4001
Swarm listening on /ip4/192.168.0.136/tcp/4001
Swarm listening on /ip6/::1/tcp/4001
Expand All @@ -70,7 +70,7 @@ window and pass it the injector's `<GNUNET_ID>` and `<DB_IPNS>` strings from
above:

```
$ ./client --repo ../repo/client \
$ ./client --repo ../repos/client \
--injector-ipns <DB_IPNS> \
--injector-ep <GNUNET_ID>:injector-main-port
```
Expand Down

0 comments on commit 18bad04

Please sign in to comment.