This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# archive of https://blog.wplauncher.com/convert-heic-to-jpg-on-mac/ | |
Step 1: Install Homebrew | |
Open up your terminal by clicking on your spacebar and the command key at the same time, then type in terminal, and then click on Terminal.app to open it up. | |
If you’re not used to using your Terminal, it may seem a little intimidating and may make you nervous, but don’t worry this is completely safe. Homebrew is a package manager for macOS, in other words, it installs the stuff you need that Apple didn’t install. You can learn more about Homebrew here. | |
Once Terminal has opened, run the following command inside of it: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# archive of https://discussions.apple.com/thread/5523412 | |
1. Create a folder named "Dropbox-second" anywhere you like. | |
2. Open terminal, write "bash" and press enter. | |
3. paste the line below and press enter. (Don't close the terminal window) | |
`HOME=$HOME/Dropbox-second /Applications/Dropbox.app/Contents/MacOS/Dropbox &` | |