diff options
author | Samuel Smoker <classicsc@users.noreply.github.com> | 2017-03-04 13:24:40 -0800 |
---|---|---|
committer | Samuel Smoker <classicsc@users.noreply.github.com> | 2017-03-04 13:24:40 -0800 |
commit | ba48f49524feae827a82bd458cb0ef29c7457ab1 (patch) | |
tree | 9fcc4d2b0d64c26cb2f43c2911eecbf2aa2a11df /README.md | |
parent | 4578b4be439901888a23b4d6baf2d9589a7f7bb9 (diff) | |
download | syncthingmanager-ba48f49524feae827a82bd458cb0ef29c7457ab1.tar.xz syncthingmanager-ba48f49524feae827a82bd458cb0ef29c7457ab1.zip |
Version 0.1.0 released
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,8 +8,7 @@ A command line tool for the Syncthing API. Designed to make setting up remote se - setuptools and pip - Syncthing 0.14.19 or later -Make sure you have setuptools installed, clone the repository, and run -`python3 setup.py install` +`pip3 install syncthingmanager` The configuration must be initialized with the Syncthing API key. Usually this can be done automatically: |