commit 00549272224f0404dba0b172030db1b422eb4808 parent ef9ace7cf5a41d821ab1cba453ee918b8c0da556 Author: Daniel Moch <daniel@danielmoch.com> Date: Thu, 30 Aug 2018 06:44:55 -0400 README updates Diffstat:
M | README.md | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -1,6 +1,9 @@ nncli ===== + +[](https://pypi.org/project/nncli/) + NextCloud Notes Command Line Interface nncli is a Python application that gives you access to your NextCloud @@ -33,6 +36,10 @@ Check your OS distribution for installation packages. - Clone this repository to your hard disk: `git clone https://github.com/djmoch/nncli.git` - Install _nncli_: `python3 setup.py install` +* Development: + - Clone the repo + - Install Pipenv: `pip install pipenv` + - Stand up development environment: `pipenv install --dev` ### Features