Skip to content

Commit

Permalink
Merge pull request #168 from vineetchoudhary/develop
Browse files Browse the repository at this point in the history
 Updated Docs
  • Loading branch information
vineetchoudhary authored Jun 28, 2019
2 parents de95981 + 2da52d9 commit 4179baa
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Build generated
build/
DerivedData/
site/

## Various settings
*.pbxuser
Expand Down
11 changes: 11 additions & 0 deletions docs/GettingStarted/useappbox.md
Original file line number Diff line number Diff line change
@@ -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
| |
|-|
Expand Down
11 changes: 11 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
| |
|-|
Expand Down

0 comments on commit 4179baa

Please sign in to comment.