Skip to content

Commit

Permalink
Add a revision history entry and installation/uninstallation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Daisuke Baba committed Jul 19, 2016
1 parent 6a532c2 commit 0660ba9
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# candy-board-cli
CANDY Board service CLI
# CANDY Board service CLI

[![GitHub release](https://img.shields.io/github/release/CANDY-LINE/candy-board-cli.svg)](https://github.com/CANDY-LINE/candy-board-cli/releases/latest)
[![License BSD3](https://img.shields.io/github/license/CANDY-LINE/candy-board-cli.svg)](http://opensource.org/licenses/BSD-3-Clause)

A CLI tool to communicate with a CANDY Board service running on systemd

## pip Installation

```
$ pip install candy-board-cli
```

## pip Uninstallation

```
$ pip candy-board-cli
```

## Local Installation test

Expand All @@ -13,3 +28,8 @@ $ ./setup.py install --record files.txt
```
$ cat files.txt | xargs rm -rf
```

# Revision history

* 0.0.1
- Initial beta release

0 comments on commit 0660ba9

Please sign in to comment.