Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed May 31, 2020
1 parent e2863ba commit 20c232b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@ the cloud without writing extra code.

> This is still an early version, feedback on improvements is much needed.
### Using Shell

#### Bash

```sh
curl https://raw.githubusercontent.com/mainawycliffe/kamanda/master/install.sh | sh
```

#### Powershell

Coming soon.

### Using npm (Node Package Manager)

You can use npm to install Kamanda:
Expand Down
12 changes: 12 additions & 0 deletions docs/content/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ summary: "How to install kamanda in to your system"

> This is still an early version, feedback on improvements is much needed.
### Using Shell

#### Bash

```sh
curl https://raw.githubusercontent.com/mainawycliffe/kamanda/master/install.sh | sh
```

#### Powershell

Coming soon.

### Using npm (Node Package Manager)

You can use npm to install Kamanda:
Expand Down

0 comments on commit 20c232b

Please sign in to comment.