Skip to content

Commit

Permalink
Beta release info
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Dec 5, 2018
1 parent 4c8c8b1 commit 171182a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,19 @@

> Command line tool and set of Python wrapper classes for interacting with toggl's API
## Beta

Currently Toggl CLI is released after its full rewrite as beta. All information presented here are
related to this new version.

Please report any bugs or issues you will encounter.

## Install

Easiest way to install this package is through PyPi:

```shell
$ pip install togglCli
$ pip install togglCli --pre
```

## Usage
Expand Down
9 changes: 8 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@ Each part is discussed in detail in corresponding section.

Originally written by [D. Robert Adams](https://github.com/drobertadams), currently maintained by [Adam Uhlir](https://github.com/AuHau).

## Beta

Currently Toggl CLI is released after its full rewrite as beta. All information presented here are
related to this new version.

Please report any bugs or issues you will encounter.

## Installation

To install Toggl CLI the easiest way is to use pip:

```shell
$ pip install togglCli
$ pip install togglCli --pre
```

To use edge master you can also clone the repo and install it directly:
Expand Down

0 comments on commit 171182a

Please sign in to comment.