From 3d8de37b2d90e599d9dc0ec36d6a09de38f0d9b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Benitte?= <501642+plouc@users.noreply.github.com> Date: Sat, 28 Nov 2020 04:01:27 +0900 Subject: [PATCH] doc(install): update install instruction --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 02d6a56fe..c2887019b 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,11 @@ but just a few provide server side rendering ability and fully declarative chart ## Installation -In order to use nivo, you just have to pick the scoped `@nivo` packages according to the charts you wish to use. +In order to use nivo, you have to install the `@nivo/core` package and then choose +some of the scoped `@nivo` packages according to the charts you wish to use: ``` -yarn add @nivo/bar @nivo/sankey ... +yarn add @nivo/core @nivo/bar ``` ## Features @@ -78,17 +79,10 @@ Donations are welcome to help improving **nivo** [[Become a backer](https://open Support this project by becoming a sponsor, your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/nivo#sponsor)] -## Repositories - -- [nivo](https://github.com/plouc/nivo) - nivo packages, website, storybook and examples -- [nivo-api](https://github.com/plouc/nivo-api) - the nivo http api -- [nivo-api-docker](https://github.com/plouc/nivo-api-docker) - a Docker image for the nivo http api - ## Credits - [d3](https://d3js.org/) - [react](https://facebook.github.io/react/) -- [react-motion](https://github.com/chenglou/react-motion) - … [license-image]: https://img.shields.io/github/license/plouc/nivo.svg?style=flat-square