Skip to content

Commit 4501ba3

Browse files
authored
#28 Revise executable links and exiftool installation notes
Updated download links and installation instructions for MacOS and Linux.
1 parent 8424492 commit 4501ba3

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

147144
1. 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

Comments
 (0)