From 5b862e854955ac13309306b5efb800fc86b7a1d5 Mon Sep 17 00:00:00 2001 From: Klaus Sinani Date: Sat, 5 May 2018 17:51:07 +0300 Subject: [PATCH] Updated installation instructions --- readme.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index bb9824d..f516b47 100644 --- a/readme.md +++ b/readme.md @@ -73,21 +73,15 @@ The poll will be kept alive until the project's completion, when all **600+** th ## Install -### Using the plugin manager - `hpm-cli` +### Using the plugin manager - `hyper` -Firstly, ensure you have [Hyper](https://github.com/zeit/hyper/releases) and [Node.js](https://nodejs.org) installed in your system.
-Then simply do the `npm` dance to get `hpm-cli` - -```bash -# fire up a terminal and type -$ npm install -g hpm-cli -``` +Firstly, ensure you have [Hyper](https://github.com/zeit/hyper/releases) installed in your system. Once done with that, it's time to install the `hyper-pokemon` theme. ```bash -# run the hyper plugin manager -$ hpm install hyper-pokemon +# fire up a terminal and type +$ hyper i hyper-pokemon ``` ### Manually through `.hyper.js`