diff --git a/.gitignore b/.gitignore index 431526d7..94fe0f91 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ ## Build generated build/ DerivedData/ +site/ ## Various settings *.pbxuser diff --git a/docs/GettingStarted/useappbox.md b/docs/GettingStarted/useappbox.md index 6d366219..a19eeadb 100644 --- a/docs/GettingStarted/useappbox.md +++ b/docs/GettingStarted/useappbox.md @@ -1,3 +1,14 @@ +# Installation + +### 1. Using curl +You can install AppBox by running following command in your terminal - +```bash +curl -s https://getappbox.com/install.sh | bash +``` + +### 2. Manual +If you face any issue using above command then you can manually install AppBox by downloading it from [here](http://tryappbox.com/download). After that, unzip `AppBox.app.zip` and move `AppBox.app` into `/Applications` directory. + # How to use AppBox | | |-| diff --git a/docs/index.md b/docs/index.md index 4bbc0fd8..42338d2f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,6 +19,17 @@ AppBox is a tool for developers to build and deploy Development and In-house app 🤔 | Dashboard 🚢 | Jenkins Support +## Installation + +#### 1. Using curl +You can install AppBox by running following command in your terminal - +```bash +curl -s https://getappbox.com/install.sh | bash +``` + +#### 2. Manual +If you face any issue using above command then you can manually install AppBox by downloading it from [here](http://tryappbox.com/download). After that, unzip `AppBox.app.zip` and move `AppBox.app` into `/Applications` directory. + ## How to use AppBox | | |-|