Skip to content

Commit ecb6dea

Browse files
committed
docs: add codex-assisted install instructions
1 parent 7489e5c commit ecb6dea

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,35 @@ The tracker intentionally does not store prompts, assistant messages, tool outpu
6565

6666
## Quick Install
6767

68-
Recommended install path after the repository is public:
68+
### Let Codex Install It
69+
70+
Open a Codex session on your machine and paste this:
71+
72+
```text
73+
Install and configure Codex Usage Tracker from https://github.com/douglasmonsky/codex-usage-tracker.
74+
Use pipx if it is available. If pipx is missing, install it with Homebrew or use a local virtual environment.
75+
After installation, run codex-usage-tracker install-plugin, update-pricing, refresh, doctor, and serve-dashboard --open.
76+
Verify the dashboard opens locally and tell me the dashboard URL plus whether I need to restart Codex for plugin discovery.
77+
```
78+
79+
Codex should run roughly:
80+
81+
```bash
82+
brew install pipx
83+
pipx ensurepath
84+
pipx install "git+https://github.com/douglasmonsky/codex-usage-tracker.git"
85+
codex-usage-tracker install-plugin
86+
codex-usage-tracker update-pricing
87+
codex-usage-tracker refresh
88+
codex-usage-tracker doctor
89+
codex-usage-tracker serve-dashboard --open
90+
```
91+
92+
Restart Codex after `install-plugin` if you want Codex to discover the plugin tools in a fresh session. The localhost dashboard can run immediately.
93+
94+
### Manual Install
95+
96+
Run:
6997

7098
```bash
7199
brew install pipx

0 commit comments

Comments
 (0)