Pārlūkot izejas kodu

feat: initial commit

Matteo Sirri 3 mēneši atpakaļ
vecāks
revīzija
65443a3a66
1 mainītis faili ar 14 papildinājumiem un 1 dzēšanām
  1. 14 1
      README.md

+ 14 - 1
README.md

@@ -1,4 +1,17 @@
-# Open WebUI 👋
+# Open WebUI 👋 (FORK FOR E4)
+
+git remote add upstream https://github.com/open-webui/open-webui.git
+
+# Fetch changes from upstream
+git fetch upstream
+
+# Merge changes into your main branch
+git checkout main
+git merge upstream/main
+
+# Push changes to GitLab
+git push origin main
+
 
 ![GitHub stars](https://img.shields.io/github/stars/open-webui/open-webui?style=social)
 ![GitHub forks](https://img.shields.io/github/forks/open-webui/open-webui?style=social)