diff --git a/documentation/testing.md b/documentation/testing.md index 81ab0a8..55142fe 100644 --- a/documentation/testing.md +++ b/documentation/testing.md @@ -12,7 +12,7 @@ The tests are written in the same file as the code they test. This is a conventi ## Inputs The tests are run with both small and large inputs. The small inputs are used to test the correctness of the program. The large inputs are equivalent to the inputs that the program is expected to handle in practice. ## Running -Run ```cargo test``` in the terminal +Run ```cargo test``` in the terminal in the root directory of the project source. **Note!** diff --git a/documentation/usage.md b/documentation/usage.md index f682208..91e3f9e 100644 --- a/documentation/usage.md +++ b/documentation/usage.md @@ -1,3 +1,6 @@ +# Usage + +You can download the program from the from the release page as a precompiled binary for Linux or Windows or you can compile the program yourself by cloning the repository and running `cargo build --release` in the root directory of the project source. The program can be run with the following commands: