Update README.md
This commit is contained in:
parent
5e6b32ed6a
commit
9000631b36
1 changed files with 4 additions and 4 deletions
|
|
@ -30,8 +30,8 @@ Claude Code Proxy serves two main purposes:
|
||||||
|
|
||||||
1. **Clone the repository**
|
1. **Clone the repository**
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/yourusername/claude-code-monitor.git
|
git clone https://github.com/seifghazi/claude-code-proxy.git
|
||||||
cd claude-code-monitor
|
cd claude-code-proxy
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Set up your environment variables**
|
2. **Set up your environment variables**
|
||||||
|
|
@ -113,7 +113,7 @@ See `.env.example` for all available options.
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
```
|
```
|
||||||
claude-code-monitor/
|
claude-code-proxy/
|
||||||
├── proxy/ # Go proxy server
|
├── proxy/ # Go proxy server
|
||||||
│ ├── cmd/ # Application entry points
|
│ ├── cmd/ # Application entry points
|
||||||
│ ├── internal/ # Internal packages
|
│ ├── internal/ # Internal packages
|
||||||
|
|
@ -148,4 +148,4 @@ claude-code-monitor/
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT License - see [LICENSE](LICENSE) for details.
|
MIT License - see [LICENSE](LICENSE) for details.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue