mirror of https://github.com/zulip/zulip.git
Don't use sudo in commands to be run as root.
It's confusing as it implicitly sends the message that the commands are to be run as a non-root user.
This commit is contained in:
parent
3b3b5c7c16
commit
a45b28e0b8
|
@ -39,7 +39,7 @@ These instructions should be followed as root.
|
|||
instructions for using it with Zulip (run it all as root):
|
||||
|
||||
```
|
||||
sudo apt-get install -y git bc openssl
|
||||
apt-get install -y git bc openssl
|
||||
git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt
|
||||
cd /opt/letsencrypt
|
||||
./letsencrypt-auto certonly --standalone
|
||||
|
|
Loading…
Reference in New Issue