Browse Source

Merge pull request #1 from codefeathers/develop

Update README.md
tags/v0.2.0
Muthu Kumar 7 years ago
committed by GitHub
parent
commit
a1ac1e9668
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      README.md

8
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 <domain>` - Create new static server at current folder.

Loading…
Cancel
Save