diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-10-13 02:49:10 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-10-13 02:49:10 +0200 |
commit | 106b303b1f76b8b92c89fb4f54c1f97ddbac5d2c (patch) | |
tree | ab54678848cf72cecf47742164766250fc694fcb | |
parent | eb1da760938030480240191b52db8cec3e9be2c6 (diff) |
Document new center package
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ If you're on an arch-based Linux distribution, then you can install `center` from the aur: ```sh -paru -S center-git +paru -S center # The lastest stable release +paru -S center-git # The most up-to-date release ``` Otherwise if you would like to build from source, simply run: |