From ae0edfcaa0f28209a421dccaa803f0da5ac2447b Mon Sep 17 00:00:00 2001 From: dece Date: Thu, 1 Oct 2020 13:20:43 +0200 Subject: [PATCH] readme: update with packaging info --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 01ca782..29f4f7f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ Xion ==== -WORK IN PROGRESS - Xion is a JSON interface to Xfconf, using a slightly modified xfconf-query bin. Backup and restore Xfce settings in VCS-friendly files. @@ -84,4 +82,11 @@ somewhere in your path, e.g. in `/usr/local/bin/`. ### Get xion -Right now Xion is not packaged, just download the repo, this is on the todolist. +Xion is available on PyPI: + +```bash +# Install system-wide. +$ sudo pip3 install xion +# Install for your user. +$ pip3 install xion --user +```