소스 검색

Docs: Added readme in scripts/ which clarifies where to look for the soource code. [skip ci]

Piotrek Koszuliński 8 년 전
부모
커밋
53ba1adb6d
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      scripts/README.md

+ 6 - 0
scripts/README.md

@@ -0,0 +1,6 @@
+Looking for CKEditor 5's source?
+================================
+
+This repository (https://github.com/ckeditor/ckeditor5) is the CKEditor 5's development environment. It centralizes various tools such as test runners, documentation and changelog generators, release scripts, etc.
+
+The source code of the editor is split into multiple repositories, one for each of CKEditor 5 packages. Every package is developed at its own pace and in its own context. Check out the list of [CKEditor 5 packages and repositories](https://github.com/ckeditor/ckeditor5#packages).