docs: Simplify discussion of sha256sums.

This commit is contained in:
Tim Abbott
2017-10-17 22:16:37 -07:00
parent dceaa1d19a
commit 88325c7e85

View File

@@ -37,9 +37,8 @@ wget https://www.zulip.org/dist/releases/zulip-server-latest.tar.gz
tar -xf zulip-server-latest.tar.gz tar -xf zulip-server-latest.tar.gz
``` ```
This is an optional step, but if you find it necessary, the sha256sum of the If you'd like to verify the download, we
tarball can be inspected by comparing the downloaded tarball to the list at [publish the sha256sums of our release tarballs](https://www.zulip.org/dist/releases/SHA256SUMS.txt).
https://www.zulip.org/dist/releases/SHA256SUMS.txt.
Then, run the Zulip install script: Then, run the Zulip install script:
``` ```