docs: update readme and claude.md

This commit is contained in:
d-kimsuon
2025-09-03 04:33:54 +09:00
parent e689dd5b34
commit de685a768a
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ The application reads Claude Code history from:
**CLI Installation**:
- Can be installed via `PORT=3400 npx @kimuson/claude-code-viewer@latest`
- Published as `@kimuson/claude-code-viewer` (v0.0.5) on npm
- Published as `@kimuson/claude-code-viewer` (v0.1.0) on npm
- Standalone Next.js build with embedded dependencies
- Binary entry point at `dist/index.js`

View File

@@ -37,7 +37,7 @@ npm install -g @kimuson/claude-code-viewer
claude-code-viewer
```
The application uses pnpm as the package manager (v10.8.1) and is published as version 0.0.5.
The application uses pnpm as the package manager (v10.8.1) and is published as version 0.1.0.
The server will start on port 3400 (or the specified PORT). Open `http://localhost:3400` in your browser.