updated readme

This commit is contained in:
franklinblanco 2022-07-14 01:01:04 -04:00
parent 77eb1c322c
commit f523b0ae62
1 changed files with 6 additions and 0 deletions

View File

@ -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}