Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
korosuke613 committed Mar 21, 2021
1 parent cae2ad2 commit 2dd2574
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@ A Fast and Flexible Template Fill Tool.
[![](https://img.shields.io/badge/docker-ghcr.io%2Fkorosuke613%2Ftempura-blue)](https://github.com/users/korosuke613/packages/container/package/tempura) [![](https://img.shields.io/github/v/release/korosuke613/tempura)](https://github.com/korosuke613/tempura/releases) ![](https://img.shields.io/github/go-mod/go-version/korosuke613/tempura)
## Install

Download from [Releases](https://github.com/korosuke613/tempura/releases). or `docker pull ghcr.io/korosuke613/tempura`.
### go install
```
go install github.com/korosuke613/tempura@latest
```

### docker
```
docker pull ghcr.io/korosuke613/tempura
```

### binary
Download from [Releases](https://github.com/korosuke613/tempura/releases).

## Getting Started
using binary
Expand Down

0 comments on commit 2dd2574

Please sign in to comment.