From d759032b10d40ac23c02fc641b5eb0bbfa9a9708 Mon Sep 17 00:00:00 2001 From: Valentin BARBAZA Date: Tue, 24 Mar 2026 11:39:49 +0100 Subject: [PATCH 1/3] Added AUr install option --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 1bbc8f1..610ec85 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,28 @@ npx @aloth/olcli list npx skills add aloth/olcli ``` +### Arch Linux + +The package is available on the [Arch User Repository (AUR)](https://aur.archlinux.org/packages/olcli). + +You can install it using your preferred AUR helper (such as `yay` or `paru`): + +```bash +yay -S olcli +# or +paru -S olcli +``` + +#### Manual Installation: +If you prefer not to use an AUR helper, you can build and install the package manually using makepkg: +code Bash + +```bash +git clone https://aur.archlinux.org/olcli.git +cd olcli +makepkg -si +``` + ## Quick Start ### 1. Authenticate with Overleaf From 34f30b73db1f5c48f9d4c5ea1d78b986fd81669a Mon Sep 17 00:00:00 2001 From: Valentin BARBAZA Date: Tue, 24 Mar 2026 11:42:28 +0100 Subject: [PATCH 2/3] Added badges for brew and AUR --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 610ec85..009c20e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ **Command-line interface for Overleaf** — Sync, manage, and compile LaTeX projects from your terminal. [![npm version](https://img.shields.io/npm/v/@aloth/olcli.svg)](https://www.npmjs.com/package/@aloth/olcli) +[![Homebrew version](https://img.shields.io/homebrew/v/olcli)](https://formulae.brew.sh/formula/olcli) +[![AUR Package](https://img.shields.io/aur/version/olcli)](https://aur.archlinux.org/packages/olcli) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![AgentSkills](https://img.shields.io/badge/AgentSkills-compatible-blue)](https://agentskills.io) From 8c465ce78583e55090324c70ba0c9e56ae081e19 Mon Sep 17 00:00:00 2001 From: Valentin BARBAZA Date: Tue, 24 Mar 2026 11:46:11 +0100 Subject: [PATCH 3/3] Brew badge doesn't work --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 009c20e..c9ac68c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ **Command-line interface for Overleaf** — Sync, manage, and compile LaTeX projects from your terminal. [![npm version](https://img.shields.io/npm/v/@aloth/olcli.svg)](https://www.npmjs.com/package/@aloth/olcli) -[![Homebrew version](https://img.shields.io/homebrew/v/olcli)](https://formulae.brew.sh/formula/olcli) [![AUR Package](https://img.shields.io/aur/version/olcli)](https://aur.archlinux.org/packages/olcli) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![AgentSkills](https://img.shields.io/badge/AgentSkills-compatible-blue)](https://agentskills.io)