diff options
author | Aylur <[email protected]> | 2024-11-24 01:57:20 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-24 01:57:20 +0100 |
commit | c9bd17968cea272ba47d4d9cce55b1478321a40a (patch) | |
tree | 6efa4940c93f18414ce4ee7613b05e678aa6d8a1 | |
parent | d953f4bae6c0a29cbee509015799fbb223d17188 (diff) | |
parent | 57c3bf427bba34399b7eecd3833fbbe3b35c59da (diff) |
Merge pull request #126 from 44mira/patch-1
doc: fix incorrect arch package
-rw-r--r-- | docs/guide/lua/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/lua/installation.md b/docs/guide/lua/installation.md index b99d8df..f647ed7 100644 --- a/docs/guide/lua/installation.md +++ b/docs/guide/lua/installation.md @@ -9,7 +9,7 @@ Read more about it on the [nix page](../getting-started/nix) ## Arch ```sh -yay -S lua-libastal-git +yay -S libastal-lua-git ``` ## From Source |