diff --git a/README.md b/README.md index 1cc5459..8908e23 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,10 @@ immich: base_url: https://immich.example.com api_key: ``` - +Notes: +* The PhotoPrism account must not have two factor authentication enabled +* `base_url` must not end with a slash + ## Usage ### Migrate all favorites from photoprism to immich ``` @@ -71,4 +74,4 @@ python -m ppim-migrator migrate-all-albums You can overwrite the default 1000 albums cap, by adding a `--count=` option: ``` python -m ppim-migrator migrate-all-albums --count=5000 -``` \ No newline at end of file +```