Skip to content

Commit 4d4ad32

Browse files
committed
readme nit
1 parent 7ec045b commit 4d4ad32

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ The privacy guarantees are:
6363

6464
## Demo
6565

66-
To start the server, run `cargo run --bin server` in one terminal. The server will start with 100 demo identifiers (1000000000 through 1000000099). Run `cargo run --bin client lookup 1000000042` in another terminal to start the client and lookup for a valid identifier. Run `cargo run --bin client lookup 9999999999` to lookup a invalid identifier.
66+
First set `UUID=$(uuidgen)`.
67+
68+
Then, to start the server, run `cargo run --bin server` in one terminal.
69+
The server will start with 100 demo identifiers (1000000000 through 1000000099).
70+
Register the identifier you want to lookup later using `cargo run --bin client register 1000000042 $UUID` Run `cargo run --bin client lookup 1000000042` in another terminal to start the client and lookup for a valid identifier. Run `cargo run --bin client lookup 9999999999` to lookup a invalid identifier.
6771

6872
## How it works?
6973

0 commit comments

Comments
 (0)