From f58bb1aa96ba8c7b60413ef5b1add00512c42ed6 Mon Sep 17 00:00:00 2001 From: Maximillian Laumeister Date: Sun, 12 May 2024 23:36:42 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 65af5af..81ec287 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,6 @@ A [FreeCell](https://en.wikipedia.org/wiki/FreeCell) solitaire card game in Rust ## How To Play -Head over to the [releases page](releases/) and grab a binary for Windows, MacOS or Linux. It's a command-line application, so run it from your terminal. - -``` -./rustyfreecell -``` - For FreeCell solitaire rules, [check Wikipedia](https://en.wikipedia.org/wiki/FreeCell). ### Controls @@ -32,9 +26,9 @@ For FreeCell solitaire rules, [check Wikipedia](https://en.wikipedia.org/wiki/Fr CTRL + Q - Quit to terminal -## Building From Source +## Building/Running -To build and run Rusty FreeCell from source, [install Rust using rustup](https://www.rust-lang.org/tools/install). Then in the source directory: +To build and run Rusty FreeCell, [install Rust using rustup](https://www.rust-lang.org/tools/install). Then in the source directory: ``` cargo run --release