From a22dea7934b9cef1a0ad94802311eb9b11d16cac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=94=9C=E6=AA=B8Cirtron?=
<45784494+lcandy2@users.noreply.github.com>
Date: Thu, 26 Dec 2024 19:20:59 +0800
Subject: [PATCH] Feat GitIngest Browser Extension
---
README.md | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 991aeafe..00acbc75 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@
# GitIngest ๐
Turn any Git repository into a prompt-friendly text ingest for LLMs.
-You can also replace `hub` with `ingest` in any github url to access the coresponding digest
+You can also replace `hub` with `ingest` in any github url to access the coresponding digest.
-[gitingest.com](https://gitingest.com/)
+[gitingest.com](https://gitingest.com/) ยท [Chrome Extension](https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood) ยท [Firefox Add-on](https://addons.mozilla.org/firefox/addon/gitingest/)
## ๐ Features
@@ -28,6 +28,15 @@ You can also replace `hub` with `ingest` in any github url to access the corespo
pip install gitingest
```
+## ๐งฉ Browser Extension Usage
+
+
+
+
+
+The extension is open source at [lcandy2/gitingest-extension](https://github.com/lcandy2/gitingest-extension).
+For anyone who wants install it manually, you may download it [here](https://github.com/lcandy2/gitingest-extension/releases).
+Issues and feature requests are welcome to the repo.
## ๐ก Command Line usage