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

Commit 64f6b01

Browse files
committed
fix notary server execution part
1 parent 78b7942 commit 64f6b01

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/getting-started/remote.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ For each party server, perform the following steps:
123123

124124
5. Start Notary Server
125125
```bash
126-
./tlsn/notary/target/release/notary-server
126+
pushd ./tlsn/notary/target/release
127+
./notary-server &
128+
popd
127129
```
128130

129131
4. Modify the configuration file at the repository root:

0 commit comments

Comments
 (0)