mirror of
https://github.com/Odebe/chip-8-crystal
synced 2024-11-16 19:48:23 +01:00
Поправил ридми
This commit is contained in:
parent
e4274a96de
commit
5111a36b03
1 changed files with 3 additions and 9 deletions
12
README.md
12
README.md
|
@ -7,7 +7,9 @@ First of all [Install Crystal](https://crystal-lang.org/install/), build with co
|
|||
```shell script
|
||||
shards install && shards build
|
||||
```
|
||||
and then run
|
||||
|
||||
## Usage
|
||||
Run and enjoy (or not).
|
||||
```shell script
|
||||
> ./bin/cryp-8 -h
|
||||
Usage: cryp-8 [arguments]
|
||||
|
@ -16,14 +18,6 @@ Usage: cryp-8 [arguments]
|
|||
-h, --help Show this help
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
Run and enjoy (or not).
|
||||
|
||||
```shell script
|
||||
./bin/cryp-8
|
||||
```
|
||||
|
||||
## Development & Contributing
|
||||
|
||||
**Do not touch my garbage!**
|
||||
|
|
Loading…
Reference in a new issue