소스 검색

[docs] Correct note about require-dev not being installed on install

It's now installed by default.
Igor Wiedler 11 년 전
부모
커밋
334c25fbbf
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      doc/04-schema.md

+ 3 - 2
doc/04-schema.md

@@ -301,8 +301,9 @@ unless those requirements can be met.
 #### require-dev <span>(root-only)</span>
 
 Lists packages required for developing this package, or running
-tests, etc. The dev requirements of the root package only will be installed
-if `install` is run with `--dev` or if `update` is run without `--no-dev`.
+tests, etc. The dev requirements of the root package are installed by default.
+Both `install` or `update` support the `--no-dev` option that prevents dev
+dependencies from being installed.
 
 #### conflict