Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddddO committed Jan 1, 2023
1 parent 8b7a309 commit a318d1b
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,33 +34,38 @@ $ calma
```

Markdown output image<br>
![image](https://github.com/ddddddO/calma/blob/main/sample.png)
![image](./sample.png)

## Installation

using Go (version is 1.16 or higher).
### Go (1.16 or higher)

```console
$ go install github.com/ddddddO/calma/cmd/calma@latest
```

using Go (version is 1.15 or less).
### Go (1.15 or less)

```console
$ go get github.com/ddddddO/calma/cmd/calma
```

using Homebrew.
### Homebrew

```console
$ brew install ddddddO/tap/calma
```

using Scoop.
### Scoop

```console
$ scoop bucket add ddddddO https://github.com/ddddddO/scoop-bucket.git
$ scoop install ddddddO/calma
```

**or, download binary from [here](https://github.com/ddddddO/calma/releases).**
### etc

**download binary from [here](https://github.com/ddddddO/calma/releases).**

## Miscellaneous
```console
Expand Down

0 comments on commit a318d1b

Please sign in to comment.