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

Commit

Permalink
Update ReadMe With Installation Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Jun 28, 2020
1 parent 4830d65 commit 7085949
Showing 1 changed file with 2 additions and 44 deletions.
46 changes: 2 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,51 +43,9 @@ the cloud without writing extra code.

## Installation

> 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:

```sh
npm -g install kamanda
```

You can also use yarn to install Kamanda:
Follow the installation instruction [here](https://kamanda.dev/installation/).

```sh
yarn global add kamanda
```

To check if installation was completed successfully, run the following
command:

```sh
kamanda version
```

You can view all supported commands [here](./docs/kamanda.md) or by running `kamanda help`

```sh
kamanda help
```

### Executable Binaries

You can find the latest binaries for your operating system in the
[releases](https://github.com/mainawycliffe/kamanda/releases).
> This is still an early version, feedback on improvements is much needed.
## Usage

Expand Down

0 comments on commit 7085949

Please sign in to comment.