Deprecated macOS Mojave and added Big Sur/M1 support
This commit is contained in:
parent
b64d26eccd
commit
94563254b7
13 changed files with 40 additions and 56 deletions
|
@ -12,12 +12,17 @@ Listed: true
|
|||
|
||||
[](https://www.youtube.com/watch?v=mVMGiMFGgsU "How to remove EXIF metadata from images on macOS")
|
||||
|
||||
## Requirements
|
||||
|
||||
- Computer running macOS Catalina or Big Sur
|
||||
|
||||
## Setup guide
|
||||
|
||||
### Step 1: install [Homebrew](https://brew.sh/)
|
||||
|
||||
```shell
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
uname -m | grep amd64 && echo 'export PATH=$PATH:/opt/homebrew/bin' >> ~/.zshrc
|
||||
```
|
||||
|
||||
### Step 2: disable analytics
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue