Skip to content

Commit

Permalink
docs: Add docs for creating stelae binaries for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
BojanG99 committed Feb 5, 2025
1 parent f107a5e commit ce6e487
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/build_stelae_binaries_for_linux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
1. Install Docker
2. From powershell run `cd <path to stelae project root>` and then run `docker build -t rust-compiler .` to download image
3. After image is downloaded run `docker run --rm -v "C:\<pathtostelae>\:/workspace" rust-compiler bash -c "cargo build --release"`

0 comments on commit ce6e487

Please sign in to comment.