Commit 00fbbd4c by Jon Wood Committed by GitHub

Merge pull request #109 from indiebrain/fix-mime-type-package-name-in-documentation

Fix mime type database package name in docs
parents 78b9da8d 59f46bb5
...@@ -14,7 +14,7 @@ def locate_mime_database ...@@ -14,7 +14,7 @@ def locate_mime_database
raise(<<~ERROR) raise(<<~ERROR)
Could not find MIME type database in the following locations: #{possible_paths} Could not find MIME type database in the following locations: #{possible_paths}
Ensure you have either installed the shared-mime-types package for your distribution, or Ensure you have either installed the shared-mime-info package for your distribution, or
obtain a version of freedesktop.org.xml and set FREEDESKTOP_MIME_TYPES_PATH to the location obtain a version of freedesktop.org.xml and set FREEDESKTOP_MIME_TYPES_PATH to the location
of that file. of that file.
ERROR ERROR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment