瀏覽代碼

refactor: fetch MY version

Sam Jaffe 2 月之前
父節點
當前提交
f5db75cb1c
共有 1 個文件被更改,包括 10 次插入9 次删除
  1. 10 9
      README.md

+ 10 - 9
README.md

@@ -1,17 +1,18 @@
-# vimrc
-My Vim configuration
+# Vim Run Commands (RC)
 
-##Install
-```bash
-git clone https://github.com/wreed4/vimrc.git ~/.vim
+Singular Vim configuration that I use across multiple machines (work/home).
+A fork of `wreed4/vimrc.git`.
+
+## Install (SSH)
+``` bash
+git clone ssh://git@gogs.sjaffe.name:3000/sjjaffe/vimrc.git ~/.vim
 cd ~/.vim
 ./make_links.sh
 ```
 
-or
-
-```bash
-git clone git@github.com:wreed4/vimrc.git ~/.vim
+## Install (HTTPS)
+``` bash
+git clone https://gogs.sjaffe.name/sjjaffe/vimrc.git ~/.vim
 cd ~/.vim
 ./make_links.sh
 ```