diff --git a/docs/google-takeout.md b/docs/google-takeout.md index d662b7e8..ceaf7697 100644 --- a/docs/google-takeout.md +++ b/docs/google-takeout.md @@ -81,6 +81,7 @@ takeout-20240712T112341Z-010.zip: | Italian | Google Foto | metadati.json | \*-modificato.\* | | Slovak | Fotky Google | metadáta.json | | | German | Google Fotos | Metadaten.json | \*-bearbeitet.\* | +| Russian | Google Фото | метаданные.json | | # What if you have problems with a takeout archive? diff --git a/readme.md b/readme.md index e3fcc862..1a83d568 100644 --- a/readme.md +++ b/readme.md @@ -54,12 +54,15 @@ The `immich-go` program uses the Immich API. Hence it needs the server address a **On linux, MacOS, FreeBSD and linux friends:** ```sh -./immich-go -server URL -key KEY -general_options COMMAND -command_options... {path/to/files} +./immich-go -server=URL -key=KEY -general_options COMMAND -command_options... {path/to/files} ``` +> [!IMPORTANT] +> MAC OS users have to allow immich-go to run. Open Privacy & Security > Security Settings + **On Windows systems:** ```powershell -.\immich-go -server URL -key KEY -general_options COMMAND -command_options... {path/to/files} +.\immich-go -server=URL -key=KEY -general_options COMMAND -command_options... {path/to/files} ``` ## How boolean options are handled