From 825ffeee0c6cb6051122c7e681a1a9fdf1b8a3b2 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 4 Nov 2020 09:34:08 +0100 Subject: [PATCH] add install from source doc --- docs/installation.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 83707d1..0e234b5 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 files +``` + ## Dependencies Beside the python dependencies defined in [requirements.txt](https://github.com/deadc0de6/dotdrop/blob/master/requirements.txt),