sync notice

This commit is contained in:
синечка ♡ 2026-05-15 23:17:04 +03:00
parent 202fa7d5c5
commit 724caefb5d
2 changed files with 10 additions and 0 deletions

View file

@ -1,5 +1,9 @@
![](./media/logo.png) <br>
### 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)

6
sync.bat Normal file
View file

@ -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