Skip to content

Commit

Permalink
Update testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fred13kim committed Apr 10, 2024
1 parent 62c4a63 commit 4be00bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,15 @@ this is `sudo dnf install libudev-devel`).
#### TL;DR

```bash
# Make sure to update & initialize submodules
git submodule update --init --recursive

# Set up and compile
scons

# To build fw
scons fw

# Compile eoltest
(cd "eoltest" && cargo build)

Expand Down

0 comments on commit 4be00bd

Please sign in to comment.