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: