Skip to content

Commit

Permalink
Merge pull request jlord#139 from seadog007/patch-1
Browse files Browse the repository at this point in the history
Fixed a wrong word
  • Loading branch information
muan committed Feb 2, 2015
2 parents abb271d + e32dcd5 commit 2e013f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-zhtw.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $ git-it

#### 初學者小提示

**語法段落** 通常長這樣:`$ some code-stuff --here`。前面的 $ 金錢符號意思是這行指令是要輸入在終端機裡頭的,但在輸入指令的時候**不要**包含 $ 的符號。照這個例子來說,你實際上出入的指令會是 `some code-stuff --here`
**語法段落** 通常長這樣:`$ some code-stuff --here`。前面的 $ 金錢符號意思是這行指令是要輸入在終端機裡頭的,但在輸入指令的時候**不要**包含 $ 的符號。照這個例子來說,你實際上輸入的指令會是 `some code-stuff --here`

**變數** 會在語法段或中用 `<變數名稱>` 來表示。當你要輸如一行指令的時候,把變數名稱,包含 `<>` 用對的內容取代掉。比如說,一個用來新增資料夾的指令是 `mkdir <資料夾名稱>`,你想要新增一個叫做 'octocat' 的資料夾,那叫要打 `mkdir octocat`

Expand Down

0 comments on commit 2e013f4

Please sign in to comment.