Skip to content

Commit

Permalink
Merge pull request #19 from KerorinNorthFox/dev
Browse files Browse the repository at this point in the history
v1.1.1
  • Loading branch information
KerorinNorthFox authored Mar 19, 2023
2 parents 370032e + 60fce46 commit e7b04fe
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,20 @@ Do not use Nimble to install the game because I do not know why but Latest Versi
Please try [From Source](#from-source) method. -->

# Installation
## From Nimble
```bash
$ nimble install climinesweeper
```
## From Source
```
// Linux
$ git clone git@github.com:KerorinNorthFox/Minesweeper_on_CLI.git
$ cd MineSweeper_on_CLI/
$ ./dist/climinesweeper
// Windows
> git clone https://github.com/KerorinNorthFox/MineSweeper_on_CLI.git
> cd MineSweeper_on_CLI
> dist\climinesweeper.exe
```

# Usage
```bash
$ climinesweeper
```
```
option:
-v, --version display the version
-h, --help display the help
<5 <= number <= 20> Set the number of cells and start the game
```

# Requirement
- nim >= 1.6.8
Expand Down

0 comments on commit e7b04fe

Please sign in to comment.