From f523b0ae62b34516ea982592b14d00cb6f1d1f82 Mon Sep 17 00:00:00 2001 From: franklinblanco Date: Thu, 14 Jul 2022 01:01:04 -0400 Subject: [PATCH] updated readme --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index f47274b..b5c0f71 100644 --- a/Readme.md +++ b/Readme.md @@ -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}