Skip to content

Commit 70389c2

Browse files
adrydalesimulot
authored andcommitted
Update readme.md - Fix asset filenames docs from amd64 to x86_64
In version v0.1.7 the filename of the assets was changed from immich-go_PLATFORM_amd64.tar.gz to immich-go_PLATFORM_x86_64.tar.gz. This aligns the README.md to those file names.
1 parent 7bdaec0 commit 70389c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,16 @@ The easiest way to install Immich-Go is to download the pre-built binary for you
8484

8585
1. Visit the [releases page](https://github.com/simulot/immich-go/releases/latest)
8686
2. Download the archive for your operating system and architecture:
87-
- Windows: `immich-go_Windows_amd64.zip`
88-
- MacOS: `immich-go_Darwin_amd64.tar.gz`
89-
- Linux: `immich-go_Linux_amd64.tar.gz`
90-
- FreeBSD: `immich-go_Freebsd_amd64.tar.gz`
87+
- Windows: `immich-go_Windows_x86_64.zip`
88+
- MacOS: `immich-go_Darwin_x86_64.tar.gz`
89+
- Linux: `immich-go_Linux_x86_64.tar.gz`
90+
- FreeBSD: `immich-go_Freebsd_x86_64.tar.gz`
9191
- and more...
9292

9393
3. Extract the archive:
9494
```bash
9595
# For Linux/MacOS/FreeBSD
96-
tar -xzf immich-go_*_amd64.tar.gz
96+
tar -xzf immich-go_*_x86_64.tar.gz
9797

9898
# For Windows
9999
# Use your preferred zip tool to extract the archive

0 commit comments

Comments
 (0)