Skip to content

Commit

Permalink
Add installation section in DEV.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwaz committed Feb 12, 2024
1 parent f484ad8 commit 6ca6c62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ export RUDRA_RUNNER_HOME="<your runner home path - use setup_rudra_runner_home.p
export RUSTFLAGS="-L $HOME/.rustup/toolchains/${RUDRA_RUST_CHANNEL}-x86_64-unknown-linux-gnu/lib"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:$HOME/.rustup/toolchains/${RUDRA_RUST_CHANNEL}-x86_64-unknown-linux-gnu/lib"
# Install Rudra
./install-debug.sh
# OR
./install-release.sh
# Test your installation
python test.py
```
Expand Down

0 comments on commit 6ca6c62

Please sign in to comment.