From 29d1870eb3abfcfebcd08501b8f5a23461b260d6 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Mon, 2 Jul 2018 22:24:45 -0400 Subject: [PATCH] Modify readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3559e12..1de2bbc 100644 --- a/README.md +++ b/README.md @@ -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