Skip to content

Commit

Permalink
fix markup issue with README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zbrachinara authored Feb 14, 2023
1 parent 58796f9 commit 7b2dc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Small chinese checkers implementation with nannou

Both platforms assume that you have cargo installed.

For native (Linux/Mac/Windows assuming no cross-compilation): Run `cargo build --release, then get the executable
For native (Linux/Mac/Windows assuming no cross-compilation): Run `cargo build --release`, then get the executable
from `./target/release/ccheckers(.exe)`

For web (a `.vscode/tasks.json` task is provided for convenience for steps 2-3):
Expand Down

0 comments on commit 7b2dc0b

Please sign in to comment.