From fc5663839e4a09cb1f4090176dba662ca85d400b Mon Sep 17 00:00:00 2001 From: Daniel Dada Date: Sat, 20 Dec 2025 00:11:15 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cbf8cf..ab744c4 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,14 @@ A theme management tool for synchronizing color schemes across multiple applicat ### Linux +#### Arch Linux + +Install the package from AUR using any helper or install manually + +```shell +yay -S clrsync-git +``` + #### Ubuntu 1. Download the latest .deb from the [releases page](https://github.com/obsqrbtz/clrsync/releases) @@ -465,4 +473,4 @@ The GUI provides: - **[toml++](https://github.com/marzer/tomlplusplus)** - Header-only TOML config file parser and serializer for C++17 - **[argparse](https://github.com/p-ranav/argparse)** - Argument Parser for Modern C++ - **[ImGuiColorTextEdit](https://github.com/BalazsJako/ImGuiColorTextEdit)** - Syntax highlighting text editor for ImGui -- **cursed** by **[pyratebeard](https://pyratebeard.net)** - Color scheme \ No newline at end of file +- **cursed** by **[pyratebeard](https://pyratebeard.net)** - Color scheme