From 565cceb323c94ec122f8074cf6bec5430ebe24b5 Mon Sep 17 00:00:00 2001 From: Lorenzo Montanari Date: Mon, 7 Apr 2025 05:00:10 +0200 Subject: [PATCH] docs: fixed a wrong path in CLI docs page (#17369) docs: fixed a wrong path in CLI page --- docs/docs/features/command-line-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/features/command-line-interface.md b/docs/docs/features/command-line-interface.md index f249d6809f8..d68b8ba5ed0 100644 --- a/docs/docs/features/command-line-interface.md +++ b/docs/docs/features/command-line-interface.md @@ -112,7 +112,7 @@ You begin by authenticating to your Immich server. For instance: immich login http://192.168.1.216:2283/api HFEJ38DNSDUEG ``` -This will store your credentials in a `auth.yml` file in the configuration directory which defaults to `~/.config/`. The directory can be set with the `-d` option or the environment variable `IMMICH_CONFIG_DIR`. Please keep the file secure, either by performing the logout command after you are done, or deleting it manually. +This will store your credentials in a `auth.yml` file in the configuration directory which defaults to `~/.config/immich/`. The directory can be set with the `-d` option or the environment variable `IMMICH_CONFIG_DIR`. Please keep the file secure, either by performing the logout command after you are done, or deleting it manually. Once you are authenticated, you can upload assets to your Immich server.