Skip to content

Commit 0036c07

Browse files
authored
Merge pull request #86 from touchlab/kpg/update_readme
Local build while Homebrew updates
2 parents 38fcfe9 + ee53737 commit 0036c07

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@ Xcode does not generally allow plugins, but it does allow for language definitio
4141

4242
## Installation
4343

44-
First you need to install the CLI that takes care of installing the plugin into Xcode. The CLI is available throuh Homebrew:
44+
First you need to install the CLI that takes care of installing the plugin into Xcode. The CLI is available through Homebrew:
4545

4646
```shell
47-
brew install xcode-kotlin
47+
brew install xcode-kotlin --head
4848
```
4949

50+
**Note** We are in beta and had [an issue with the published homebrew version](https://github.com/touchlab/xcode-kotlin/issues/85). The command above will build locally. Once [approved by the homebrew team](https://github.com/Homebrew/homebrew-core/pull/101920), you can run `brew install xcode-kotlin` and it will grab an compiled binary
51+
5052
Once installed, run the CLI:
5153

5254
```shell

0 commit comments

Comments
 (0)