Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Judro authored Nov 26, 2024
1 parent afb392b commit 54036e0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,21 @@
</div>

## Installation
(Ubuntu / Linux Mint)install the deb file: [mines_0.6.0_amd64.deb](https://github.com/Judro/mines/releases/download/v0.6.0/mines_0.6.0_amd64.deb)
### Ubuntu- / Debian-based Systems
install the deb package: [mines_0.6.0_amd64.deb](https://github.com/Judro/mines/releases/download/v0.6.0/mines_0.6.0_amd64.deb)

### Arch-based Systems
Install the package from the AUR using an AUR helper like yay:

`yay -S mines-tui`


## Controls
- Movement: `hjkl or ←↓↑→`
- Place flag: `f`
- Open tile: `s`
- Quit: `q`
- Emphasize neighboring cells `e`

## Build from source
1. install dependencies
Expand Down

0 comments on commit 54036e0

Please sign in to comment.