Skip to content

Commit 5951d0b

Browse files
committed
update README
1 parent 16aca4e commit 5951d0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ motivated the development of this agent.
2525

2626
A prototype agent written in Rust is being prototyped. To build it, issue:
2727

28-
cargo build
28+
cargo build --release
2929

3030
and to test it, issue:
3131

32-
cargo test
32+
cargo test --all
3333

3434
# Building
3535

0 commit comments

Comments
 (0)