docs: Fix problematic line-wrapping.

This commit is contained in:
Tim Abbott
2017-08-23 15:10:35 -07:00
parent 2424819749
commit a397e92fb3

View File

@@ -22,9 +22,10 @@ Copy your existing nginx configuration to a backup and then merge the
one created by Zulip into it: one created by Zulip into it:
```shell ```shell
$ sudo cp /etc/nginx/nginx.conf /etc/nginx.conf.before-zulip-install sudo cp /etc/nginx/nginx.conf /etc/nginx.conf.before-zulip-install
$ wget https://raw.githubusercontent.com/zulip/zulip/master/puppet/zulip/files/nginx/nginx.conf -O /tmp/nginx.conf.zulip wget -O /tmp/nginx.conf.zulip \
$ sudo meld /etc/nginx/nginx.conf /tmp/nginx.conf.zulip # be sure to merge to the right https://raw.githubusercontent.com/zulip/zulip/master/puppet/zulip/files/nginx/nginx.conf
sudo meld /etc/nginx/nginx.conf /tmp/nginx.conf.zulip # be sure to merge to the right
``` ```
After the zulip installation completes, then you can overwrite (or After the zulip installation completes, then you can overwrite (or