1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:19:46 +00:00
Files
dotdrop/docs/howto/test-latest-dotdrop.md
deadc0de6 5f42c6370b fix doc
2023-02-28 20:36:21 +01:00

397 B
Vendored

Test latest dotdrop

If you installed dotdrop from a package but want to test you current setup with the latest version from git (or from a specific branch), you can do the following

$ cd /tmp/
$ git clone https://github.com/deadc0de6/dotdrop.git
$ cd dotdrop
## switch to a specific branch if needed
$ git checkout <branch-name>
$ ./dotdrop.sh --cfg <path-to-your-config-file.yaml>