Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLaumeister authored May 13, 2024
1 parent bf5b7e8 commit f58bb1a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -32,9 +26,9 @@ For FreeCell solitaire rules, [check Wikipedia](https://en.wikipedia.org/wiki/Fr

<kbd>CTRL</kbd> + <kbd>Q</kbd> - 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
Expand Down

0 comments on commit f58bb1a

Please sign in to comment.