Skip to content

Commit d083c1e

Browse files
Use headears
1 parent 30bd35d commit d083c1e

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,19 @@ Since `v3.2.0`, `gpth` is interactive 🎉 - you don't need to type any complica
2020

2121
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:
2222

23-
0. Get all your photos in [Google Takeout](https://takeout.google.com/) 📥
24-
- "deselect all" and then select only Google Photos
23+
### 1. Get all your photos from [Google Takeout](https://takeout.google.com/) 📥
24+
"deselect all" and then select only Google Photos
2525

26-
<img width="75%" alt="gpth usage image tutorial" src="https://user-images.githubusercontent.com/40139196/229353040-14af25c1-5454-4d1f-866a-8b10d5a7c648.png">
27-
1. Unzip them all and merge into one, so that all "Takeout" folders become one
26+
<img width="75%" alt="gpth usage image tutorial" src="https://user-images.githubusercontent.com/40139196/229353040-14af25c1-5454-4d1f-866a-8b10d5a7c648.png">
27+
28+
### 2. Unzip them all and merge into one, so that all "Takeout" folders become one
2829

2930
<img width="75%" alt="Unzip image tutorial" src="https://user-images.githubusercontent.com/40139196/229361367-b9803ab9-2724-4ddf-9af5-4df507e02dfe.png">
30-
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))
31-
3. - On Windoza: just double-click the downloaded `.exe` 🎉 - tell windoza defender that it's safe, and follow prompted instructions 🧾
31+
32+
### 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))
33+
34+
### 4. Run `gpth`
35+
- On Windoza: just double-click the downloaded `.exe` 🎉 - tell windoza defender that it's safe, and follow prompted instructions 🧾
3236
- On Mac/Linux: open terminal, `cd` to the folder with downloaded executable and run it:
3337
```bash
3438
# 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
4448
./gpth-macos # or ./gpth-linux
4549
# follow prompted instructions 🥰
4650
```
47-
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
51+
### 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
4852
- Download Phil Harvey's exiftool: https://exiftool.sourceforge.net/
4953
- Open the cmd/terminal, and run
5054
```bash

0 commit comments

Comments
 (0)