summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorKujtim Hoxha <[email protected]>2025-04-12 18:45:36 +0200
committerKujtim Hoxha <[email protected]>2025-04-21 13:38:42 +0200
commitbd2ec29b65e430f83f430db5fdc424c7d631989d (patch)
tree0d7ee1a29a7932d54ffa1f247303568d85a3cf11 /README.md
parent0697dcc1d9c7330d8c9d8a2be0bb94b3d46c9345 (diff)
downloadopencode-bd2ec29b65e430f83f430db5fdc424c7d631989d.tar.gz
opencode-bd2ec29b65e430f83f430db5fdc424c7d631989d.zip
add initial git support
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3c8df7345..ebef72cad 100644
--- a/README.md
+++ b/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: