Skip to content

Commit

Permalink
Add installation via Homebrew to readme (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stexxe authored Sep 13, 2024
1 parent 31bd486 commit 6571554
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Ktor CLI
The `ktor` tool allows generating [Ktor](https://ktor.io/) applications through the command line interface.

## Installing

The tool can be installed via Homebrew on Linux and macOS:
```shell
brew install ktor
```

## Prerequisites
To build the tool, the `go` compiler needs to be installed first. You can find the [installation guide](https://go.dev/doc/install) on the official website.

Expand Down

0 comments on commit 6571554

Please sign in to comment.