Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cubatic45 authored Feb 21, 2024
1 parent 80c8d37 commit 997d338
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## cli

```
./copi
or
./copi -token your_token -token_url https://api.github.com/copilot_internal/v2/token
```

## docker

```bash
docker run --rm -id -p 8081:8081 ghcr.io/cubatic45/copi:latest -token your_token -token_url https://api.github.com/copilot_internal/v2/token

or

docker run --rm -it -p 8081:8081 -v"$(echo $HOME)".config/github-copilot:/root/.config/github-copilot ghcr.io/cubatic45/copi:latest
```

0 comments on commit 997d338

Please sign in to comment.