mirror of
https://github.com/getzola/zola
synced 2024-11-10 14:24:27 +00:00
docs(installation): Add information for Gentoo Linux (#2492)
Gentoo linux: https://www.gentoo.org/ Also fixed 2 lines of space formatting
This commit is contained in:
parent
b93640851e
commit
f682baa85e
1 changed files with 11 additions and 1 deletions
|
@ -56,6 +56,16 @@ $ sudo dnf copr enable fz0x1/zola
|
|||
$ sudo dnf install zola
|
||||
```
|
||||
|
||||
### Gentoo
|
||||
|
||||
Zola is available via [GURU](https://wiki.gentoo.org/wiki/Project:GURU).
|
||||
|
||||
```sh
|
||||
$ sudo eselect repository enable guru
|
||||
$ sudo emaint sync --repo guru
|
||||
$ sudo emerge --ask www-apps/zola
|
||||
```
|
||||
|
||||
### Void Linux
|
||||
|
||||
Zola is available in the official Void Linux repositories.
|
||||
|
@ -191,7 +201,6 @@ WORKDIR /project
|
|||
RUN ["zola", "build"]
|
||||
```
|
||||
|
||||
|
||||
## Windows
|
||||
|
||||
Zola could be installed using official Winget command:
|
||||
|
@ -215,6 +224,7 @@ $ choco install zola
|
|||
Zola does not work in PowerShell ISE.
|
||||
|
||||
## From source
|
||||
|
||||
To build Zola from source, you will need to have Git, [Rust and Cargo](https://www.rust-lang.org/)
|
||||
installed.
|
||||
|
||||
|
|
Loading…
Reference in a new issue