Skip to content

Commit

Permalink
docs(installation): Add information for Gentoo Linux (#2492)
Browse files Browse the repository at this point in the history
Gentoo linux: https://www.gentoo.org/

Also fixed 2 lines of space formatting
  • Loading branch information
rywng committed May 7, 2024
1 parent b936408 commit f682baa
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/content/documentation/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -191,7 +201,6 @@ WORKDIR /project
RUN ["zola", "build"]
```


## Windows

Zola could be installed using official Winget command:
Expand All @@ -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.

Expand Down

0 comments on commit f682baa

Please sign in to comment.