diff --git a/testing.md b/testing.md new file mode 100644 index 0000000..9757fe5 --- /dev/null +++ b/testing.md @@ -0,0 +1,7 @@ +# Testing + +```bash +cargo test +cargo build --release +cp target/release/scout ~/Downloads +```