From 85451a41a9e279e76a0f012ee8e32333aa243300 Mon Sep 17 00:00:00 2001 From: Andrea Cognini Date: Sun, 26 Apr 2026 18:40:02 +0200 Subject: [PATCH] docs: update installation section with Hub commands Made-with: Cursor --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ae5f76b..bdc9a39 100644 --- a/README.md +++ b/README.md @@ -45,21 +45,27 @@ To remove a package, simply delete the corresponding `.yml` file from the Espans ## Installation -> **Espanso Hub support coming soon.** Once approved, a single `espanso install refuos-italiano` will be enough. In the meantime, the commands below work identically. - 1. Install [Espanso](https://espanso.org) from its website 2. Run: ```bash - espanso install refuos-italiano --git https://github.com/heavybeard/refuos --git-branch pkg/refuos-italiano --external - espanso install refuos-accenti --git https://github.com/heavybeard/refuos --git-branch pkg/refuos-accenti --external - espanso install refuos-dev --git https://github.com/heavybeard/refuos --git-branch pkg/refuos-dev --external + espanso install refuos-italiano + espanso install refuos-accenti + espanso install refuos-dev ``` 3. Restart Espanso if it doesn't pick up the new rules automatically. To install only specific packages, just run the corresponding command above. +> **Alternative (while Hub approval is pending):** use the `--git` flag pointing directly to this repo: +> +> ```bash +> espanso install refuos-italiano --git https://github.com/heavybeard/refuos --git-branch pkg/refuos-italiano --external +> espanso install refuos-accenti --git https://github.com/heavybeard/refuos --git-branch pkg/refuos-accenti --external +> espanso install refuos-dev --git https://github.com/heavybeard/refuos --git-branch pkg/refuos-dev --external +> ``` + For alternative methods (ZIP download, one-liner scripts for macOS, Linux and Windows) see [INSTALL.md](INSTALL.md). ## Adding words