Modify readme

This commit is contained in:
Austen Adler 2018-07-02 22:24:45 -04:00
parent 60930b0206
commit 29d1870eb3

View File

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