sync notice
This commit is contained in:
parent
202fa7d5c5
commit
724caefb5d
2 changed files with 10 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
 <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
6
sync.bat
Normal 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
|
||||
Loading…
Add table
Reference in a new issue