diff options
| author | Kujtim Hoxha <[email protected]> | 2025-04-12 18:45:36 +0200 |
|---|---|---|
| committer | Kujtim Hoxha <[email protected]> | 2025-04-21 13:38:42 +0200 |
| commit | bd2ec29b65e430f83f430db5fdc424c7d631989d (patch) | |
| tree | 0d7ee1a29a7932d54ffa1f247303568d85a3cf11 /README.md | |
| parent | 0697dcc1d9c7330d8c9d8a2be0bb94b3d46c9345 (diff) | |
| download | opencode-bd2ec29b65e430f83f430db5fdc424c7d631989d.tar.gz opencode-bd2ec29b65e430f83f430db5fdc424c7d631989d.zip | |
add initial git support
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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: |
