Skip to content

Commit f84f6dd

Browse files
authored
Added feedback and changed install a bit
1 parent ac26a5b commit f84f6dd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Plugin that enables debugging Kotlin code in iOS applications with Xcode. This i
66
>
77
> We're looking for a Mobile Developer, with Android/Kotlin experience, who is eager to dive into Kotlin Multiplatform Mobile (KMM) development. Come join the remote-first team putting KMM in production. [More info here](https://go.touchlab.co/careers-gh).
88
9+
## Feedback!!
10+
11+
We'd love to know more about your experiences with the Xcode plugin and Kotlin Multiplatform dev in general. Please take 5 minutes and fill out our survey. The information really helps us build better tools.
12+
13+
> [Open Touchlab Xcode Plugin User Survey](https://touchlabwaitlist.typeform.com/xcodepluginuser)
14+
915
## Beta Version!!!
1016

1117
The CLI installer is a significant improvement over our original install process, but is also more complex. We are considering this version to be a beta release. Please let us know if you have issues! If there is a crash using the tool, it will ask if you want to upload a report. Please do. For other problems, [please file an issue in Github](https://github.com/touchlab/xcode-kotlin/issues).
@@ -35,7 +41,7 @@ Xcode does not generally allow plugins, but it does allow for language definitio
3541
First you need to install the CLI that takes care of installing the plugin into Xcode. The CLI is available throuh Homebrew:
3642

3743
```shell
38-
brew install touchlab/homebrew-touchlab/xcode-kotlin --head
44+
brew install touchlab/homebrew-touchlab/xcode-kotlin
3945
```
4046

4147
Once installed, run the CLI:

0 commit comments

Comments
 (0)