35
25

More than 5 years have passed since last update.

gem install --no-ri --no-rdoc は gem install -N にした方が良い

Last updated at Posted at 2016-05-19

gem install のドキュメントをインストールしないオプジョン --no-ri--no-rdoc は、deprecatedになっています。

そこで、--no-document を使おうという記事が多いのですが、RubygemsのCommand Referenceを見ると、-N でも良いと書かれていました。
-n ではありません)

--no-document より簡潔なので、-N を使うようにしました。

35
25
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
35
25