Skip to content

Commit

Permalink
chore: add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zostay committed Jun 27, 2024
1 parent 6b7f31c commit 2621745
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ This is a tool for generating kubernetes manifests that I use to deploy my appli

I'm using it more and more, so I plan to expand the documentation here soon.

## Installation

To install the tool, run the following command:

```bash
curl -L https://raw.githubusercontent.com/zostay/genifest/master/tools/install.sh | sh
```

Or to install from source, you'll need go 1.22 installed:

```bash
go install github.com/zostay/genifest/cmd/genifest@latest
```

# LICENSE

Copyright © 2023 Qubling LLC
Expand Down

0 comments on commit 2621745

Please sign in to comment.