Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Commit c446348

Browse files
authored
Update README.md (#12)
1 parent 3dfb24c commit c446348

1 file changed

Lines changed: 20 additions & 7 deletions

File tree

README.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
[![Build Status](https://travis-ci.org/SenseNet/sn-client-cli.svg?branch=master)](https://travis-ci.org/SenseNet/sn-client-cli)
55
[![codecov](https://codecov.io/gh/SenseNet/sn-client-cli/branch/master/graph/badge.svg)](https://codecov.io/gh/SenseNet/sn-client-cli)
66
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e3f64e9f929d4dbead466ba1283cf43b)](https://www.codacy.com/app/SenseNet/sn-client-cli?utm_source=github.com&utm_medium=referral&utm_content=SenseNet/sn-client-cli&utm_campaign=Badge_Grade)
7+
[![NPM version](https://img.shields.io/npm/v/sn-client-cli.svg?style=flat)](https://www.npmjs.com/package/sn-client-cli)
8+
[![NPM downloads](https://img.shields.io/npm/dt/sn-client-cli.svg?style=flat)](https://www.npmjs.com/package/sn-client-cli)
9+
[![License](https://img.shields.io/github/license/SenseNet/sn-client-cli.svg?style=flat)](https://github.com/SenseNet/sn-client-cli/LICENSE.txt)
710
[![Greenkeeper badge](https://badges.greenkeeper.io/SenseNet/sn-client-cli.svg)](https://greenkeeper.io/)
811

912

@@ -18,19 +21,29 @@ This package is under development and not released yet.
1821
* [NPM](https://www.npmjs.com) ^4.0.0
1922
* [NYC](https://www.npmjs.com/package/nyc) for running tests
2023

21-
You can get the latest version with NPM
24+
You can install the latest version with NPM into your project dependencies
2225

23-
``
24-
npm install sn-client-js https://github.com/SenseNet/sn-client-cli --save
25-
``
26+
```shell
27+
$ npm install sn-client-cli --save
28+
```
29+
30+
Or you can install it globaly
31+
32+
```shell
33+
$ npm install sn-client-cli -g
34+
```
2635

2736
## Usage
2837

29-
From the command line you can run:
38+
From the command line you can run from the project directory
39+
```shell
40+
$ .\node_modules\.bin\sn-client [command] --[options]
41+
```
3042

31-
``
43+
or from the global installation
44+
```shell
3245
$ sn-client [command] --[options]
33-
``
46+
```
3447

3548
### Available commands
3649
**init** -

0 commit comments

Comments
 (0)