From 724caefb5d362c52d5fd3b733474ee6b3d2af483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D1=81=D0=B8=D0=BD=D0=B5=D1=87=D0=BA=D0=B0=20=E2=99=A1?= <63897347+ktnk-dev@users.noreply.github.com> Date: Fri, 15 May 2026 23:17:04 +0300 Subject: [PATCH] sync notice --- README.md | 4 ++++ sync.bat | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 sync.bat diff --git a/README.md b/README.md index 7e5be00..a1f1236 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ ![](./media/logo.png)
### Extension state: `not working` `indev` +# Notice +Github repository no longer mainatined as primary origin, but it will periodically sync with actual one: [git.snw.su/snw/LittleHome](https://git.snw.su/snw/LittleHome) + + # Install [`Chrome-based browser`](./docs/INSTALL_CHROME.md) [`Firefox-based browser`](./docs/INSTALL_FIREFOX.md) diff --git a/sync.bat b/sync.bat new file mode 100644 index 0000000..c8923b0 --- /dev/null +++ b/sync.bat @@ -0,0 +1,6 @@ +git push -u origin main +git remote remove origin +git remote add origin https://github.com/ktnk-dev/LittleHome +git push -u origin main +git remote remove origin +git remote add origin https://git.snw.su/snw/LittleHome.git \ No newline at end of file