Updated installing.md file to include linuxbrew installation

* Updated installing.md file to include linuxbrew installation

* fix typo
This commit is contained in:
Gucccii 2019-06-13 08:26:17 -07:00 committed by Bjørn Erik Pedersen
parent 08c9f8fc89
commit bc962fbdfa

View File

@ -54,6 +54,16 @@ brew install hugo
For more detailed explanations, read the installation guides that follow for installing on macOS and Windows. For more detailed explanations, read the installation guides that follow for installing on macOS and Windows.
### Linuxbrew (Linux)
If you are on Linux and using [Linuxbrew][linuxbrew], you can install Hugo with the following one-liner:
{{< code file="install-with-linuxbrew.sh" >}}
brew install hugo
{{< /code >}}
Installation guides for Linuxbrew are avaliable on their [website][linuxbrew].
### Chocolatey (Windows) ### Chocolatey (Windows)
If you are on a Windows machine and use [Chocolatey][] for package management, you can install Hugo with the following one-liner: If you are on a Windows machine and use [Chocolatey][] for package management, you can install Hugo with the following one-liner:
@ -507,6 +517,7 @@ Now that you've installed Hugo, read the [Quick Start guide][quickstart] and exp
[highlight shortcode]: /content-management/shortcodes/#highlight [highlight shortcode]: /content-management/shortcodes/#highlight
[installgit]: http://git-scm.com/ [installgit]: http://git-scm.com/
[installgo]: https://golang.org/dl/ [installgo]: https://golang.org/dl/
[linuxbrew]: https://linuxbrew.sh/
[Path Editor]: https://patheditor2.codeplex.com/ [Path Editor]: https://patheditor2.codeplex.com/
[pygments]: http://pygments.org [pygments]: http://pygments.org
[quickstart]: /getting-started/quick-start/ [quickstart]: /getting-started/quick-start/