From f52e0ed4d35a9a507003995db7ba913e523c4e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=A4fer?= Date: Mon, 2 Feb 2026 20:54:26 +0100 Subject: [PATCH] docs: update omnictl command and config paths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Schäfer Signed-off-by: Amarachi Iheanacho --- .../getting-started/install-and-configure-omnictl.mdx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/public/omni/getting-started/install-and-configure-omnictl.mdx b/public/omni/getting-started/install-and-configure-omnictl.mdx index 73b5182a..8f1aa217 100644 --- a/public/omni/getting-started/install-and-configure-omnictl.mdx +++ b/public/omni/getting-started/install-and-configure-omnictl.mdx @@ -77,7 +77,7 @@ After downloading the binary, rename it, make it executable, and move it into a 2. Move the file to a folder that’s in your `PATH`. 3. Verify your installation: ```powershell - omnictl version + omnictl --version ``` @@ -99,7 +99,11 @@ First, download the `omniconfig.yaml` file from your Omni dashboard to your loca - **Windows**: Uses the `%LOCALAPPDATA%` directory. -
OSOmniconfig Path
Linux\~/.talos/omni/config
MacOS~/Library/Application Support/omni/config
Windows%LOCALAPPDATA%\omni\config, e.g., C:\Users\\AppData\Local\omni\config
+| OS | Omniconfig Path | +| ------- | ------------------------------------------------------------------------------ | +| Linux | `~/.talos/omni/config` | +| MacOS | `~/Library/Application Support/omni/config` | +| Windows | `%USERPROFILE%\.talos\omni\config`, e.g., `C:\Users\myuser\.talos\omni\config` | Copy the downloaded file to the appropriate location for your operating system: