From 1ac829a53771e882d9ca590b510735c3a94c271d Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 4 Mar 2022 08:25:52 +0100 Subject: [PATCH] docs(changelog): add instructions for void linux --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f38ff5b0..9c651c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Add: ability to set `ENVIRONMENT VARIABLES` inside of the config and layout's (https://github.com/zellij-org/zellij/pull/1154) * Add: binary cache to zellij `cachix use zellij` (https://github.com/zellij-org/zellij/pull/1157) * Fix: improve layout naming (https://github.com/zellij-org/zellij/pull/1160) +* Add: installation instructions for `Void Linux` (https://github.com/zellij-org/zellij/pull/1165) ## [0.25.0] - 2022-02-22 * Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001)