fixed wrong script name in README

This commit is contained in:
ayham 2021-07-01 18:50:50 +03:00
parent c063e7962f
commit c74da469ae
Signed by: ayham
GPG Key ID: EAB7F5A9DF503678
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ $ cargo build --no-default-features --features "server,client"
Running sandbox:
```shell
$ sudo ./scripts/remove_db.sh
$ sudo ./scripts/deploy_sandbox.sh
$ sudo ./scripts/deploy_sandbox_db.sh
$ ./scripts/deploy_sandbox_server.sh
$ ./scripts/deploy_sandbox_client.sh
$ cargo run --no-default-features