summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorArtem Konev <artem.konev@nginx.com>2022-12-14 21:17:01 +0000
committerArtem Konev <artem.konev@nginx.com>2022-12-14 21:17:01 +0000
commit789095b8a04fcf16110f436c271213af054411cf (patch)
treef332b2e424fa1c2ef98c2f43824a1be67cb0fe51 /README.md
parentcf3ffb8cf3621486afa3d6bf6b83f749352f2e13 (diff)
downloadunit-789095b8a04fcf16110f436c271213af054411cf.tar.gz
unit-789095b8a04fcf16110f436c271213af054411cf.tar.bz2
Tools: Updated built-in 'setup-unit' help, README.md command lines.
Diffstat (limited to '')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 61d5dd45..9ec7eca8 100644
--- a/README.md
+++ b/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