Browse Source
Merge pull request #1 from codefeathers/develop
Update README.md
tags/v0.2.0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
1 deletions
-
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. |
|
|
|