readme: update with packaging info
This commit is contained in:
parent
961180dab1
commit
ae0edfcaa0
11
README.md
11
README.md
|
@ -1,8 +1,6 @@
|
||||||
Xion
|
Xion
|
||||||
====
|
====
|
||||||
|
|
||||||
WORK IN PROGRESS
|
|
||||||
|
|
||||||
Xion is a JSON interface to Xfconf, using a slightly modified xfconf-query
|
Xion is a JSON interface to Xfconf, using a slightly modified xfconf-query
|
||||||
bin. Backup and restore Xfce settings in VCS-friendly files.
|
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
|
### 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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue