diff options
author | LAN-TW <lantw44@gmail.com> | 2014-02-02 17:15:16 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2014-04-11 00:17:15 +0800 |
commit | 4e2b6dab5c7f5c93a9bc681ffa36fffc48034edc (patch) | |
tree | 877473e273e2542c6bf5aef16d196910cb780786 | |
parent | d3d6273e8423320dedc66402e30dba59ef83be54 (diff) | |
download | configfile-4e2b6dab5c7f5c93a9bc681ffa36fffc48034edc.tar.gz configfile-4e2b6dab5c7f5c93a9bc681ffa36fffc48034edc.tar.zst configfile-4e2b6dab5c7f5c93a9bc681ffa36fffc48034edc.zip |
README: 加入快速使用說明README-20140202
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -53,3 +53,11 @@ http://www.tfcis.org/~lantw44/configfile/Windows/ 3. 執行 configfile_fetch 來下載新版的 bash_include 和其他設定檔。 4. 執行 configfile_initial_setup 來讓 bash 自動載入 bash_include。 5. 完成!執行 helpf 與 helpa 可以看到簡單的指令操作說明。 + +簡單來說,就是依序執行以下的指令: + + wget -o ~/.bash_include \ + http://www.tfcis.org/~lantw44/configfile/Unix-like/latest/bash_include + source ~/.bash_include + configfile_fetch + configfile_initial_setup |