From b0e1eebaf5efb3cda15e6b72ec5bcd7bd0644689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Baptiste=20H=C3=A9tier?= Date: Thu, 29 Feb 2024 16:48:57 +0100 Subject: [PATCH] Update syntax to fix Markdown display --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 830a8f6..4191cde 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -#Exif2CSV +# Exif2CSV + `Exif2CSV` will allow you to extract *Exif* information from multiple images and store it into a *CSV* file. You will then be able to process data in a database or in tools such as *OpenOffice Calc*. You might be interested in [ExposurePlot](http://www.vandel.nl/exposureplot.html) as a sexyer alternative to this script. -##Installation on Windows +## Installation on Windows * Download and install [RubyInstaller](http://rubyinstaller.org/downloads/); * Download and unzip [ExifTool](http://www.sno.phy.queensu.ca/~phil/exiftool/) in the directory you'll be calling the script from (or in a directory in your PATH); @@ -14,7 +15,7 @@ Generate a *CSV* file with `./ruby2csv.rb C:/path/to/pictures`. Again, depending on your `PATH`, you might have to specify the full path to ruby.exe: `C:\Ruby186\bin\ruby.exe ruby2csv.rb C:/path/to/pictures`. -##Installation on Debian GNU/Linux +## Installation on Debian GNU/Linux On Debian (and probably Debian based distributions like Ubuntu), follow the following steps (as root).