Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 87bf16c

Browse files
committed
update client doc
1 parent b166635 commit 87bf16c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

docs/getting-started/deployment/client.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,7 @@ Note: The binaries are built directly from the source code using public GitHub w
8484
Make sure that you are at the repository root before proceeding.
8585

8686
- Single-Server Local Configuration
87-
1. If you're running the servers with `docker-compose`, do the following:
88-
1. Get the container ID of the Notary Server container:
89-
```bash
90-
CONTAINER=$(docker ps | grep notary | awk '{print $1}')
91-
```
92-
1. Copy `notary.crt` from the container:
93-
```bash
94-
docker cp $CONTAINER:/root/tlsn/notary/target/release/fixture/tls/notary.crt .
95-
```
96-
1. Execute `Client CLI`:
87+
1. Execute `Client CLI`:
9788
```bash
9889
poetry run client-share-data <eth-address> <binance-api-key> <binance-api-secret> --notary-crt-path $(pwd)/notary.crt
9990
```

0 commit comments

Comments
 (0)