Skip to content

Commit

Permalink
Documentation-update (#446)
Browse files Browse the repository at this point in the history
* Update README.md: changed flag syntax, added note for Mac OS users

* Add Russian translation to Google Takeout file names table
  • Loading branch information
simulot authored Aug 19, 2024
1 parent 8adfd32 commit ab7ee9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/google-takeout.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab7ee9f

Please sign in to comment.