diff options
author | tyrael <[email protected]> | 2024-11-24 01:23:55 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-24 01:23:55 +0800 |
commit | 57c3bf427bba34399b7eecd3833fbbe3b35c59da (patch) | |
tree | 6efa4940c93f18414ce4ee7613b05e678aa6d8a1 /docs/guide/lua | |
parent | d953f4bae6c0a29cbee509015799fbb223d17188 (diff) |
doc: fix incorrect arch package
Diffstat (limited to 'docs/guide/lua')
-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 |