···2121gh-grader-preview -f some/other/dir/autograding.json
2222```
23232424+To see output from the test cases, use the `-v` flag.
2525+2626+```sh
2727+gh-grader-preview -v
2828+```
2929+2430For more information, run `gh-grader-preview -h`.
25312632## Building
27332834`cargo build --release`
3535+3636+### Installation
3737+3838+Copy the binary from `target/release/gh-grader-preview` to a directory in your PATH.
3939+4040+Run `gh-grader-preview --man-page` to print the man page to stdout, and then save it to a file.
4141+4242+Run `gh-grader-preview --completions=SHELL` (replace `SHELL` with `bash`, `fish`, or `zsh`) to generate a shell completion script.