@@ -136,22 +136,23 @@ TODO Add built with images
136136 - Lastly, when delivered the zip file from Snapchat with your data, unzip and find the ` memories_history.html ` file. MemorEasy will parse this file
137137 for all of the information needed to import your Memories.
138138 - TODO Add images or a GIF showing process of selecting data.
139- 2 . ** NOTE:** For MacOS and Linux, you __ must__ install the required exiftool dependency:
140- - MacOS: ` brew install exiftool `
141- - Linux: ` apt install exiftool `
142139<!-- 2. Confirm that [Python](https://www.python.org/downloads/) is installed on your system.-->
143140
144141### Quick Start (Recommended)
145142... Especially for Windows users
146143
1471441 . Download the pre-built executable for your platform from the latest release
148- - [ Windows] ( https://github.com/bransoned/MemorEasy/releases/latest/download/MemorEasy.exe )
149- - [ Linux] ( https://github.com/bransoned/MemorEasy/releases/latest/download/MemorEasy-Linux ) (built on ubuntu-latest)
150- - [ macOS] ( https://github.com/bransoned/MemorEasy/releases/latest/download/MemorEasy-macOS ) (untested)
151- 2 . Move the downloaded executable/binary to the folder or directory where you want the images to be downloaded
145+ - [ Windows] ( https://github.com/bransoned/MemorEasy/releases/latest/download/MemorEasy-Windows-X64.exe )
146+ - [ Linux] ( https://github.com/bransoned/MemorEasy/releases/latest/download/MemorEasy-Linux-X64 )
147+ - [ macOS] ( https://github.com/bransoned/MemorEasy/releases/latest/download/MemorEasy-macOS-ARM64 ) (ARM)
148+ - [ macOS] ( https://github.com/bransoned/MemorEasy/releases/latest/download/MemorEasy-macOS-X64 ) (X64)
149+ 2 . ** NOTE:** For MacOS and Linux, you __ must__ install the required exiftool dependency:
150+ - MacOS: ` brew install exiftool `
151+ - Linux: ` apt install exiftool `
152+ 3 . Move the downloaded executable/binary to the folder or directory where you want the images to be downloaded
152153 - Windows Example: Move ` MemorEasy.exe ` to ` C:\Users\username\Pictures\ `
153154 - Linux/macOS Example: Move ` MemorEasy-Linux ` or ` MemorEasy-macOS ` to ` ~/Pictures/ `
154- 3 . Place the ` memories_history.html ` file in the same folder or directory as the executable/binary file
155+ 4 . Place the ` memories_history.html ` file in the same folder or directory as the executable/binary file
155156
156157### Installation from Source (Advanced)
157158
0 commit comments