From 16e85af5645a772cae5bd965fd70058abb93da4e Mon Sep 17 00:00:00 2001
From: Arumugam Jeganathan <jsixface@users.noreply.github.com>
Date: Tue, 6 Feb 2024 12:33:00 -0500
Subject: [PATCH] Update command-line-interface.md (#6944)

A typo in the command
---
 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 304583ebac..360b3c3728 100644
--- a/docs/docs/features/command-line-interface.md
+++ b/docs/docs/features/command-line-interface.md
@@ -37,7 +37,7 @@ npm uninstall -g immich
 If npm is not available on your system you can try the Docker version
 
 ```bash
-docker run -it -v "$(pwd)":/import:ro -e IMMICH_API_KEY=https://your-immich-instance/api -e IMMICH_API_KEY=your-api-key ghcr.io/immich-app/immich-cli:latest
+docker run -it -v "$(pwd)":/import:ro -e IMMICH_INSTANCE_URL=https://your-immich-instance/api -e IMMICH_API_KEY=your-api-key ghcr.io/immich-app/immich-cli:latest
 ```
 
 Please modify the `IMMICH_INSTANCE_URL` and `IMMICH_API_KEY` environment variables as suitable. You can also use a Docker env file to store your sensitive API key.