From 74e8ef07a559d7e58e3e5e58dee5e676132c6621 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Thu, 2 Nov 2017 17:47:11 +0530 Subject: [PATCH] Update README.md - Publishing to npm, hence change in instructions. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b91cb47..8fb1bfb 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ As of now, `up` only supports Debian and Ubuntu based distros. Support for more You will need to have [_node JS_](https://nodejs.org) and [_nginx_](https://nginx.org) installed. -> ⚠️ ❌ `up` is not published on npm because it's still in development. If you intend to install it for development, follow these instructions: +> ⚠️ ❌ You have been warned that `up` is still in development. If you intend to install it for development, follow these instructions: `git clone https://github.com/codefeathers/up-serve` @@ -34,6 +34,12 @@ You will need to have [_node JS_](https://nodejs.org) and [_nginx_](https://ngin > `up` is now available as a command. +Alternatively, install from npm: + +`npm i -g up-serve` + +> `up` is now available as a command. + ## Commands `up static ` - Create new static server at current folder.