1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 19:44:45 +00:00

update doc for #290

This commit is contained in:
deadc0de6
2020-11-15 16:49:23 +01:00
parent 263d7f744f
commit 85f572cbd1
3 changed files with 17 additions and 7 deletions

View File

@@ -136,11 +136,13 @@ Beside the python dependencies defined in [requirements.txt](https://github.com/
dotdrop depends on following tools:
* `diff`
* `file` (if libmagic is not installed, see <https://github.com/ahupp/python-magic>)
* `git` (only if using the entry point script [dotdrop.sh](https://github.com/deadc0de6/dotdrop/blob/master/dotdrop.sh))
* `readlink` or `realpath` (only if using the entry point script [dotdrop.sh](https://github.com/deadc0de6/dotdrop/blob/master/dotdrop.sh))
For MacOS users, make sure to install `realpath` (part of `coreutils`) through [homebrew](https://brew.sh/).
For MacOS users, make sure to install below packages through [homebrew](https://brew.sh/):
* [coreutils](https://formulae.brew.sh/formula/coreutils) (only if using the entry point script [dotdrop.sh](https://github.com/deadc0de6/dotdrop/blob/master/dotdrop.sh) - realpath)
* [libmagic](https://formulae.brew.sh/formula/libmagic) - python-magic
## Update dotdrop submodule