浏览代码

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).