We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d51efd + b73cbe1 commit d49a809Copy full SHA for d49a809
1 file changed
doc/deployment.md
@@ -9,7 +9,7 @@
9
10
```shell
11
just certs
12
- just gen-curve
+ just gen_curve
13
```
14
- If you intend to public face Bridge, properly obtain certificates from a trusted authority
15
@@ -37,7 +37,7 @@
37
2. Start the Bridge server
38
39
40
- cargo run --feature=full --release
+ cargo run --features=full --release
41
42
43
The release flag will enable all optimizations and compilation will take a longer time
0 commit comments