Skip to content

Commit bae5d4d

Browse files
committed
Update README.MD
1 parent b8d1f11 commit bae5d4d

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

src/ServiceStackIDEA/README.MD

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,25 @@ This reduces the amount of code required when interacting with ServiceStack web
3131

3232
## Installing the ServiceStack Plugin for Android Studio
3333

34-
To install the ServiceStack plugin..
35-
36-
1. [download it here](https://plugins.jetbrains.com/plugin/download?pr=androidstudio&updateId=19465) and save it locally.
37-
2. In Android Studio Go File -> Settings
38-
3. Search for "Install Plugin"
39-
4. Select "Install Plugin From Disk"
40-
5. Locate the downloaded plugin and Install
41-
6. Restart Android Studio.
42-
43-
![](https://github.com/ServiceStack/Assets/raw/34925d1b1b1b1856c451b0373139c939801d96ec/img/servicestackidea/android-plugin-install.gif)
34+
ServiceStackIDEA is available to install straight from IntelliJ/Android Studio. To browse for the ServiceStack plugin:
35+
1. Goto the `File` menu and select `Settings...`
36+
2. Select `Plugins` from the left hand side
37+
3. Click the `Browse repositories...` button at the bottom
38+
4. Search for `ServiceStack` and click `Install plugin`
39+
5. Click `Restart <IDE>`
40+
41+
![Demo of installing from IDE](https://github.com/ServiceStack/Assets/raw/master/img/servicestackidea/android-plugin-download.gif)
42+
43+
If you are having trouble installing it directly from the IDE, you can also install it from the plugin zip file with the instructions below.
44+
>
45+
>1. [download it here](https://plugins.jetbrains.com/plugin/download?pr=androidstudio&updateId=19465) and save it locally.
46+
>2. In Android Studio Go File -> Settings
47+
>3. Search for "Install Plugin"
48+
>4. Select "Install Plugin From Disk"
49+
>5. Locate the downloaded plugin and Install
50+
>6. Restart Android Studio.
51+
52+
>![](https://github.com/ServiceStack/Assets/raw/34925d1b1b1b1856c451b0373139c939801d96ec/img/servicestackidea/android-plugin-install.gif)
4453
4554
#### Add a ServiceStack Reference
4655

0 commit comments

Comments
 (0)