1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 21:29:43 +00:00

add install from source doc

This commit is contained in:
deadc0de6
2020-11-04 09:34:08 +01:00
parent 01d6a1c773
commit 825ffeee0c

View File

@@ -113,6 +113,21 @@ snap install dotdrop
Then follow the [doc to setup your repository](repository-setup.md).
## From source
Clone the repository
```bash
$ git clone https://github.com/deadc0de6/dotdrop.git
```
Start using it directly through the `dotdrop.sh` script and
use the `--cfg` to make it point to your config file.
```bash
$ cd dotdrop/
$ ./dotdrop.sh --cfg <my-config-file> files
```
## Dependencies
Beside the python dependencies defined in [requirements.txt](https://github.com/deadc0de6/dotdrop/blob/master/requirements.txt),