diff --git a/.github/llmx-cli-login.png b/.github/llmx-cli-login.png
deleted file mode 100644
index 0d4543ee..00000000
Binary files a/.github/llmx-cli-login.png and /dev/null differ
diff --git a/.github/llmx-cli-permissions.png b/.github/llmx-cli-permissions.png
deleted file mode 100644
index bb48e4a5..00000000
Binary files a/.github/llmx-cli-permissions.png and /dev/null differ
diff --git a/.github/llmx-cli-splash.png b/.github/llmx-cli-splash.png
deleted file mode 100644
index 06e625ca..00000000
Binary files a/.github/llmx-cli-splash.png and /dev/null differ
diff --git a/README.md b/README.md
index c20dcfc4..c34816b1 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,9 @@
-
npm i -g @valknarthing/llmx
or brew install --cask llmx
+npm i -g @valknarthing/llmx
LLMX CLI is a coding agent powered by LiteLLM that runs locally on your computer.
This project is a community fork with enhanced support for multiple LLM providers via LiteLLM.
-Original project: github.com/openai/llmx
-
-
-
-
+Original project: github.com/openai/codex
---
@@ -15,28 +11,20 @@
### Installing and running LLMX CLI
-Install globally with your preferred package manager. If you use npm:
+Install globally with npm:
```shell
npm install -g @valknarthing/llmx
```
-Alternatively, if you use Homebrew:
-
-```shell
-brew install --cask llmx
-```
-
Then simply run `llmx` to get started:
```shell
llmx
```
-If you're running into upgrade issues with Homebrew, see the [FAQ entry on brew upgrade llmx](./docs/faq.md#brew-upgrade-llmx-isnt-upgrading-me).
-
-You can also go to the latest GitHub Release and download the appropriate binary for your platform.
+You can also go to the latest GitHub Release and download the appropriate binary for your platform.
Each GitHub Release contains many executables, but in practice, you likely want one of these:
@@ -96,7 +84,7 @@ LLMX CLI supports a rich set of configuration options, with preferences stored i
- [Auth methods](./docs/authentication.md#forcing-a-specific-auth-method-advanced)
- [Login on a "Headless" machine](./docs/authentication.md#connecting-on-a-headless-machine)
- **Automating LLMX**
- - [GitHub Action](https://github.com/valknar/llmx-action)
+ - [GitHub Action](https://github.com/valknarthing/llmx-action)
- [TypeScript SDK](./sdk/typescript/README.md)
- [Non-interactive mode (`llmx exec`)](./docs/exec.md)
- [**Advanced**](./docs/advanced.md)