mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 21:19:48 +00:00
add initial git support
This commit is contained in:
parent
0697dcc1d9
commit
bd2ec29b65
19 changed files with 791 additions and 176 deletions
13
README.md
13
README.md
|
|
@ -102,6 +102,9 @@ TermAI is built with a modular architecture:
|
|||
git clone https://github.com/kujtimiihoxha/termai.git
|
||||
cd termai
|
||||
|
||||
# Build the diff script first
|
||||
go run cmd/diff/main.go
|
||||
|
||||
# Build
|
||||
go build -o termai
|
||||
|
||||
|
|
@ -109,6 +112,16 @@ go build -o termai
|
|||
./termai
|
||||
```
|
||||
|
||||
### Important: Building the Diff Script
|
||||
|
||||
Before building or running the application, you must first build the diff script by running:
|
||||
|
||||
```bash
|
||||
go run cmd/diff/main.go
|
||||
```
|
||||
|
||||
This command generates the necessary JavaScript file (`index.mjs`) used by the diff functionality in the application.
|
||||
|
||||
## Acknowledgments
|
||||
|
||||
TermAI builds upon the work of several open source projects and developers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue