From 30bd35d1e47dd82bfa574d28c5ef11886d387ed4 Mon Sep 17 00:00:00 2001
From: Jimmy <32245772+miki164@users.noreply.github.com>
Date: Tue, 19 Sep 2023 19:29:51 +0000
Subject: [PATCH 1/2] Update note about AUR to look better
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index e7653a8e..4bf5c076 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,7 @@ If you want to run it on Synology, have problems with interactive, or just love
1. Unzip them all and merge into one, so that all "Takeout" folders become one
-2. Download the executable for your system from [releases tab](https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper/releases) ๐
- - [also available on AUR ๐](https://aur.archlinux.org/packages/gpth-bin)
+2. Download the executable for your system from [releases tab](https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper/releases) ๐ ([also available on AUR ๐](https://aur.archlinux.org/packages/gpth-bin))
3. - On Windoza: just double-click the downloaded `.exe` ๐ - tell windoza defender that it's safe, and follow prompted instructions ๐งพ
- On Mac/Linux: open terminal, `cd` to the folder with downloaded executable and run it:
```bash
From d083c1e93a66eeca385d07b3dd6759560465f797 Mon Sep 17 00:00:00 2001
From: Jimmy <32245772+miki164@users.noreply.github.com>
Date: Tue, 19 Sep 2023 19:33:29 +0000
Subject: [PATCH 2/2] Use headears
---
README.md | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 4bf5c076..4339e25d 100644
--- a/README.md
+++ b/README.md
@@ -20,15 +20,19 @@ Since `v3.2.0`, `gpth` is interactive ๐ - you don't need to type any complica
If you want to run it on Synology, have problems with interactive, or just love cmd, look at ["Running manually with cmd"](#running-manually-with-cmd). Otherwise, just:
-0. Get all your photos in [Google Takeout](https://takeout.google.com/) ๐ฅ
- - "deselect all" and then select only Google Photos
+### 1. Get all your photos from [Google Takeout](https://takeout.google.com/) ๐ฅ
+"deselect all" and then select only Google Photos
-
-1. Unzip them all and merge into one, so that all "Takeout" folders become one
+
+
+### 2. Unzip them all and merge into one, so that all "Takeout" folders become one
-2. Download the executable for your system from [releases tab](https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper/releases) ๐ ([also available on AUR ๐](https://aur.archlinux.org/packages/gpth-bin))
-3. - On Windoza: just double-click the downloaded `.exe` ๐ - tell windoza defender that it's safe, and follow prompted instructions ๐งพ
+
+### 3. Download the executable for your system from [releases tab](https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper/releases) ๐ ([also available on AUR ๐](https://aur.archlinux.org/packages/gpth-bin))
+
+### 4. Run `gpth`
+ - On Windoza: just double-click the downloaded `.exe` ๐ - tell windoza defender that it's safe, and follow prompted instructions ๐งพ
- On Mac/Linux: open terminal, `cd` to the folder with downloaded executable and run it:
```bash
# if you have Mac with M1/M2 chip, you need to enable x86 emulation
@@ -44,7 +48,7 @@ If you want to run it on Synology, have problems with interactive, or just love
./gpth-macos # or ./gpth-linux
# follow prompted instructions ๐ฅฐ
```
-4. Most of your photos should have correct original EXIFs (metadata), but if you want, you can insert them everywhere with `exiftool`, so you won't lose their creation time
+### 5. Most of your photos should have correct original EXIFs (metadata), but if you want, you can insert them everywhere with `exiftool`, so you won't lose their creation time
- Download Phil Harvey's exiftool: https://exiftool.sourceforge.net/
- Open the cmd/terminal, and run
```bash