diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-12-23 18:37:36 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-12-23 18:37:36 +0100 |
commit | d0c0c7b57ae50b3237270b8110747f5948e21935 (patch) | |
tree | 4c267c6c2fdbe8799da93f8746ef0c96f65fe060 | |
parent | 2a0a255422826bafce10e0c82efbd295bd4c24fa (diff) |
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ If you're on an arch-based Linux distribution, then you can install lux from the aur: ```sh -paru -S lux # The lastest stable release -paru -S lux-git # The most up-to-date release +paru -S clux # The lastest stable release +paru -S clux-git # The most up-to-date release ``` Otherwise if you would like to build from source, simply run: |