Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed May 6, 2023
1 parent 3c719a4 commit b2121ed
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,16 @@ Download the latest release on <a href='https://github.com/judemont/ascii-art-ge
`chmod +x ascii-art-generator`
### 3. Add file to /bin
`sudo cp ascii-art-generator /bin/ascii-art-generator`

## Usage
`ascii-art-generator [IMAGE_PATH] [RESULT_WIDTH]`
`ascii-art-generator [-h] -p PICTURE [-he HEIGHT]`
```bash
optional arguments:
-h, --help show this help message and exit
-p PICTURE, --picture PICTURE
Picture file to use.
-he HEIGHT, --height HEIGHT
Ascii art result height (In numbers of characters)
```
### Get Help
`ascii-art-generator --help` or `ascii-art-generator -h`
## Contributions
Expand Down

0 comments on commit b2121ed

Please sign in to comment.