Skip to content

Commit

Permalink
update justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed Oct 2, 2024
1 parent c56af31 commit 1a10ddb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ show interface:
sudo tc filter show dev $interface ingress
sudo tc filter show dev $interface egress

# Run oryx
# Run oryx debug
run:
cargo xtask run

# Run oryx debug
release:
cargo xtask run --release

# Build oryx
Expand Down

0 comments on commit 1a10ddb

Please sign in to comment.