mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 19:52:38 +00:00
c895f12e7f
* Fix statement about version installed with apt-get When I use `sudo apt-get install hugo` on Ubuntu this installs the non-extended version, not the extended version as this page states. After installing this way the version I have is: ``` hugo version Hugo Static Site Generator v0.40.1 linux/amd64 BuildDate: 2018-04-25T17:16:11Z ``` * Clarify what gets installed on bionic/disco Added a heads up that what gets installed by apt-get seems to depend on your version. Added specific info for Ubuntu bionic and disco