Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 0054927

Browse files
committed
README updates
1 parent ef9ace7 commit 0054927

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
nncli
22
=====
33

4+
![GitHub](https://img.shields.io/github/license/djmoch/nncli.svg)
5+
[![PyPI](https://img.shields.io/pypi/v/nncli.svg)](https://pypi.org/project/nncli/)
6+
47
NextCloud Notes Command Line Interface
58

69
nncli is a Python application that gives you access to your NextCloud
@@ -33,6 +36,10 @@ Check your OS distribution for installation packages.
3336
- Clone this repository to your hard disk: `git clone
3437
https://github.com/djmoch/nncli.git`
3538
- Install _nncli_: `python3 setup.py install`
39+
* Development:
40+
- Clone the repo
41+
- Install Pipenv: `pip install pipenv`
42+
- Stand up development environment: `pipenv install --dev`
3643

3744
### Features
3845

0 commit comments

Comments
 (0)