From e23feae44737bf15be0cfed227fbdc8284f72d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 6 Oct 2024 14:01:18 +0300 Subject: [PATCH] Add instructions for Arch Linux --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 24c00ab..f26963d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ cargo build --release cargo install glim-tui ``` +#### Arch Linux + +``` +pacman -S glim +``` + ### Running To use glim, you'll need a GitLab personal access token (PAT) for authentication with the GitLab API.