Skip to content

Commit d49a809

Browse files
authored
Merge pull request #29 from acceleratedscience/patch-1-moe
Fix incorrect commands
2 parents 0d51efd + b73cbe1 commit d49a809

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
```shell
1111
just certs
12-
just gen-curve
12+
just gen_curve
1313
```
1414
- If you intend to public face Bridge, properly obtain certificates from a trusted authority
1515

@@ -37,7 +37,7 @@
3737
2. Start the Bridge server
3838

3939
```shell
40-
cargo run --feature=full --release
40+
cargo run --features=full --release
4141
```
4242

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

0 commit comments

Comments
 (0)