updated readme
This commit is contained in:
parent
77eb1c322c
commit
f523b0ae62
|
@ -49,6 +49,12 @@ To build for release on x86-64 linux
|
|||
```bash
|
||||
cargo build --release --target x86_64-unknown-linux-gnu
|
||||
```
|
||||
|
||||
To build and deploy to server
|
||||
```bash
|
||||
./deploy-to-backend.sh
|
||||
```
|
||||
|
||||
Or follow this guide (Export these vars): [cross-compilation-from-m1](https://github.com/messense/homebrew-macos-cross-toolchains)
|
||||
You can find the executable inside target/release/{name of proj}
|
||||
|
||||
|
|
Loading…
Reference in New Issue