Tools: Updated built-in 'setup-unit' help, README.md command lines.
This commit is contained in:
10
README.md
10
README.md
@@ -50,8 +50,9 @@ For a description of image tags, see the
|
||||
### Amazon Linux, Fedora, RedHat
|
||||
|
||||
``` console
|
||||
$ curl -sL 'https://unit.nginx.org/_downloads/setup-unit.sh' | sudo -E bash
|
||||
# yum install unit
|
||||
$ wget https://raw.githubusercontent.com/nginx/unit/master/tools/setup-unit && chmod +x setup-unit
|
||||
# ./setup-unit repo-config && yum install unit
|
||||
# ./setup-unit welcome
|
||||
```
|
||||
|
||||
For details and available language packages, see the
|
||||
@@ -61,8 +62,9 @@ For details and available language packages, see the
|
||||
### Debian, Ubuntu
|
||||
|
||||
``` console
|
||||
$ curl -sL 'https://unit.nginx.org/_downloads/setup-unit.sh' | sudo -E bash
|
||||
# apt install unit
|
||||
$ wget https://raw.githubusercontent.com/nginx/unit/master/tools/setup-unit && chmod +x setup-unit
|
||||
# ./setup-unit repo-config && apt install unit
|
||||
# ./setup-unit welcome
|
||||
```
|
||||
|
||||
For details and available language packages, see the
|
||||
|
||||
Reference in New Issue
Block a user