diff options
author | Arun Isaac | 2017-03-02 22:30:23 +0530 |
---|---|---|
committer | Arun Isaac | 2017-03-02 22:30:23 +0530 |
commit | 639bde7b5227a7c96a768e21c0f17358bc9f27d2 (patch) | |
tree | 0a0ea7e4110cc4648944b795cf89e8a3abc6478d /README.org | |
parent | 799076ae62d96e9d502f1189217b04ffdda2dc1a (diff) | |
download | exiftool.el-639bde7b5227a7c96a768e21c0f17358bc9f27d2.tar.gz exiftool.el-639bde7b5227a7c96a768e21c0f17358bc9f27d2.tar.lz exiftool.el-639bde7b5227a7c96a768e21c0f17358bc9f27d2.zip |
Update README.
* README.org: Add installation information.
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ There is a significant overhead in loading ExifTool for every command to be exected. So, exiftool.el starts an ExifTool process in the [[http://www.sno.phy.queensu.ca/~phil/exiftool/#performance][-stay_open mode]], and passes all commands to it. +* Installation + +exiftool.el is available from [[https://melpa.org/][MELPA]]. Or, you can also clone this git +repo and add the path to your /load-path/. + * Functions ** High level functions |