Skip to content

Commit

Permalink
Cleanup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Dec 13, 2018
1 parent c2b80cf commit d3d1b90
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,21 +190,20 @@ The tag values api returns:
## Installation

To install this plugin using the `grafana-cli` tool:
```
sudo grafana-cli plugins install simpod-json-datasource
sudo service grafana-server restart
```
```sh
grafana-cli plugins install simpod-json-datasource
```

See [here](https://grafana.com/plugins/simpod-json-datasource/installation) for more
information.

### Development setup

This plugin requires node 6.10.0
This plugin requires node 6.10.0. To build use of [Yarn](https://yarnpkg.com/lang/en/docs/install/) is encouraged.

```
npm install -g yarn
yarn install
npm run build
yarn run build
```

### Changelog
Expand Down
13 changes: 6 additions & 7 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,21 +190,20 @@ The tag values api returns:
## Installation

To install this plugin using the `grafana-cli` tool:
```
sudo grafana-cli plugins install simpod-json-datasource
sudo service grafana-server restart
```
```sh
grafana-cli plugins install simpod-json-datasource
```

See [here](https://grafana.com/plugins/simpod-json-datasource/installation) for more
information.

### Development setup

This plugin requires node 6.10.0
This plugin requires node 6.10.0. To build use of [Yarn](https://yarnpkg.com/lang/en/docs/install/) is encouraged.

```
npm install -g yarn
yarn install
npm run build
yarn run build
```

### Changelog
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grafana-json",
"version": "1.0.0",
"description": "json datasource",
"version": "0.1.0",
"description": "Grafana JSON datasource",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.prod.js",
Expand Down

0 comments on commit d3d1b90

Please sign in to comment.