diff options
| -rw-r--r-- | README.mkd | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -7,6 +7,17 @@ AutoSync is a tiny utility to synchronize data between computers. - rsync ## How-to ## +### Install me ### +You can install this directly as a python package using the `pip3` command, like this: +```bash +pip3 install git+https://git.art-software.fr/electron/AutoSync.git +``` + +You can prepend the url with --user to make it install into your user path (~/.local/bin for the binary and ~/.local/lib/python3.x/site-packages/ for the rest) +If you wish to install system-wide, think about running pip3 **as root**. + +Add --upgrade to upgrade the package when needed. + ### Get help ### You can invoke AutoSync (we'll write asc from here, it's shorter :) ) with *no* option to let it list for you all that you can do with it (or you can see below) |
