diff options
author | Fabien Proriol <fabien.proriol@kazoe.org> | 2025-05-25 17:02:01 +0200 |
---|---|---|
committer | Fabien Proriol <fabien.proriol@kazoe.org> | 2025-05-26 16:35:23 +0200 |
commit | 5f85571d52e9f82486a379d017eb36eda2a9f30e (patch) | |
tree | 3a2ef9cfea0bdbb4872be48f2eb010d730937a90 /README.md | |
parent | 1dbc0e3c88ba271ba35bc3f82e7864c4f35e1236 (diff) |
Change module to org.kazoe.xdg
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,8 +19,8 @@ KzXdgUtils provide a library using Qt Core only, and a Qt Module to use it direc # Build and deploy ```sh -git clone https://kazoe.org/cgit/kazoe/kazoe-xdgutils.git -cd xdgutils +git clone https://kazoe.org/cgit/kazoe/KzXdg.git +cd KzXdg mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr |