Skip to content

Commit 3b1d679

Browse files
committed
add --no-ri --no-doc option for gem
聽說寫 Ruby 的人都沒在安裝說明文件的!? Before: $ gem install bundler github-pages After: $ gem install --no-ri --no-doc bundler github-pages
1 parent e9818b7 commit 3b1d679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
1. 安裝 Ruby 套件。
1414

15-
$ gem install bundler github-pages
15+
$ gem install --no-ri --no-doc bundler github-pages
1616

1717
2. 執行 server。
1818

0 commit comments

Comments
 (0)