This commit is contained in:
Lukas Wurzinger 2025-04-19 20:49:47 +02:00
parent 13f0aa60ee
commit 8fa5d5d550
No known key found for this signature in database

View file

@ -7,11 +7,11 @@ A wrapper for Helix that provides language support.
Run it: Run it:
```bash ```bash
nix run github:lukaswrz/hxwrap nix run git+https://codeberg.org/helveticanonstandard/hxwrap.git
``` ```
Or install it via `nix profile`: Or install it via `nix profile`:
```bash ```bash
nix profile install github:lukaswrz/hxwrap nix profile install git+https://codeberg.org/helveticanonstandard/hxwrap.git
``` ```