Skip to content

Commit

Permalink
doc: fix bazel-bin pointer in example-tls README
Browse files Browse the repository at this point in the history
  • Loading branch information
dapengzhang0 authored Dec 18, 2018
1 parent 6779a5a commit 52c0789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example-tls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ If you prefer to use Bazel:
(With Bazel v0.8.0 or above.)
$ bazel build :hello-world-tls-server :hello-world-tls-client
$ # Run the server
$ bazel-bin/hello-world-tls-server localhost 50440 /tmp/sslcert/server.crt /tmp/sslcert/server.pem
$ ../bazel-bin/hello-world-tls-server localhost 50440 /tmp/sslcert/server.crt /tmp/sslcert/server.pem
$ # In another terminal run the client
$ bazel-bin/hello-world-tls-client localhost 50440 /tmp/sslcert/ca.crt
$ ../bazel-bin/hello-world-tls-client localhost 50440 /tmp/sslcert/ca.crt
```

0 comments on commit 52c0789

Please sign in to comment.