Skip to content

Commit

Permalink
Merge pull request #13 from mcraiha/master
Browse files Browse the repository at this point in the history
Add requirements to README
  • Loading branch information
MihaMarkic authored Jan 23, 2020
2 parents c54ac66 + d3fa52b commit 0959e6b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ A Cake AddIn that extends Cake with [AppCenter](https://github.com/Microsoft/app

1.0.0 Supports Cake 0.26 and .NET Standard 2.0.

## Requirements

App Center Command Line Interface (CLI) must be installed, and Cake.AppCenter does not work without it (error will be *AppCenter: Could not locate executable.* if you try to use Cake.AppCenter without appcenter-cli). This can be done by installing [Node.js](https://nodejs.org/) first, and then by using **npm** from command-line/terminal

```
npm install -g appcenter-cli
```

or run with sudo if you get permission errors

```
sudo npm install -g appcenter-cli
```

## Including addin
Including addin in cake script is easy.
```
Expand Down Expand Up @@ -39,4 +53,4 @@ This version is built against AppCenter CLI tools version 1.0.16.

## Credits

Brought to you by [Miha Markic](https://github.com/MihaMarkic) ([@MihaMarkic](https://twitter.com/MihaMarkic/)) and contributors.
Brought to you by [Miha Markic](https://github.com/MihaMarkic) ([@MihaMarkic](https://twitter.com/MihaMarkic/)) and contributors.

0 comments on commit 0959e6b

Please sign in to comment.