You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AppBox is a tool for iOS developers to deploy Development, Ad-Hoc and In-house (Enterprise) applications directly to the devices from your Dropbox account.
9
8
10
9
@@ -15,25 +14,31 @@ AppBox is a tool for iOS developers to deploy Development, Ad-Hoc and In-house (
15
14
- 🔗 Keep same installation link for the same app
16
15
- 🖇️ Install previous version with same installation link
17
16
- ✉️ Auto e-mail app distribution link
18
-
- 🔥 Auto restart upload after network change or failure
17
+
- 🔥 Auto restart upload after network change or failure
19
18
- 🎩 Easy setup assistant to get started in a few minutes
20
19
- 🔧 Slack, Microsoft Teams and Hangout Chat webhook integration
21
20
- 😘 Dashboard to manage uploaded apps
22
21
- 🚀 Fastlane support [read more](https://github.com/getappbox/fastlane-plugin-appbox)
23
-
22
+
24
23
# Installation
25
24
26
-
### Using curl
27
-
You can install AppBox by running following command in your terminal -
25
+
### Using cURL
26
+
You can install AppBox via cURL by running following command in your terminal
28
27
```bash
29
28
curl -s https://getappbox.com/install.sh | bash
30
29
```
31
30
31
+
### Using Homebrew
32
+
You can install AppBox via Homebrew by running following command in your terminal
33
+
```bash
34
+
brew install --cask appbox
35
+
```
36
+
32
37
### Manual
33
38
If you face any issue using above command then you can manually install AppBox by downloading it from [here](https://getappbox.com/download). After that, unzip `AppBox.app.zip` and move `AppBox.app` into `/Applications` directory.
0 commit comments