Skip to content

Commit

Permalink
UPDATE: changelong in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
genzyy committed Dec 8, 2021
1 parent 41f3562 commit d17a22e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ If you are using mac or linux:
```bash
sudo npm install -g @genzyy/anime-cli
```
Or

Or

```bash
sudo yarn global add @genzyy/anime-cli
```
Expand All @@ -40,6 +42,11 @@ Or if you are using windows:

## Change Log

### v1.4.0

- Fix `-h` argument not working because of early constraint checking on arguments.
- Upgrade to v1.4.0.

### v1.3.8

- Fix a bug where if searched with a two digit number then it gives out error.
Expand Down Expand Up @@ -124,11 +131,11 @@ The keyword that you have used to search about the anime, if that keyword matche
```bash
docker build -t animecli .
```
- Run:
- Run:
```bash
docker run --rm animecli
```
- Run (with command):
- Run (with command):
```bash
docker run --rm animecli node index.js
```
Expand Down

0 comments on commit d17a22e

Please sign in to comment.