Remove redundant instructions (#962)

This commit is contained in:
Tommy 2022-04-09 05:42:48 -04:00 committed by GitHub
parent b028b389a9
commit aa63bb7378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,13 +56,11 @@ This guide uses the [Shortcuts](https://support.apple.com/guide/shortcuts-mac/in
6. Use the following as the body of the script:
```bash
PATH=dirname $(which exiftool)
for f in "$@"
do
exiftool -all= "$f";
done
```
7. In **Finder**, right click on an image, hover over **Quick Actions** and select **Customize**. Enable your shortcut in the menu.
![macOS metadata removal shortcut](/assets/img/integrating-metadata-removal/shortcut-macos.png)