Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

```shell
just certs
just gen-curve
just gen_curve
```
- If you intend to public face Bridge, properly obtain certificates from a trusted authority

Expand Down Expand Up @@ -37,7 +37,7 @@
2. Start the Bridge server

```shell
cargo run --feature=full --release
cargo run --features=full --release
```

The release flag will enable all optimizations and compilation will take a longer time
Expand Down