Modify readme
This commit is contained in:
parent
60930b0206
commit
29d1870eb3
@ -23,8 +23,8 @@ Usage: run this command and it will automatically load the bundle list with desc
|
||||
|
||||
Or, temporarily load the bashrc (requires `curl` package):
|
||||
|
||||
curl -k -o /tmp/tmprc https://98.26.78.121/gitlab/stonewareslord/Sync/raw/master/tmprc && . /tmp/tmprc ; rm /tmp/tmprc
|
||||
curl -k -o /tmp/tmprc https://gitea.austenwares.com/stonewareslord/Sync/raw/master/tmprc && . /tmp/tmprc ; rm /tmp/tmprc
|
||||
|
||||
Or, clone the sync project and add all origins automatically:
|
||||
|
||||
mkdir sync&&cd sync&&git init&&git remote add testorigin https://98.26.78.121/gitlab/stonewareslord/Sync.git&&git config http.sslVerify false&&git pull testorigin master&&. bashrc&&git remote rm testorigin&&initify stonewareslord Sync -r
|
||||
mkdir sync&&cd sync&&git init&&git remote add testorigin https://gitea.austenwares.com/stonewareslord/Sync.git&&git config http.sslVerify false&&git pull testorigin master&&. bashrc&&git remote rm testorigin&&initify stonewareslord Sync -r
|
||||
|
Loading…
Reference in New Issue
Block a user