Skip to content

Commit 3b1a2f8

Browse files
committed
Update 文書の追加方法
1 parent 3c4dbee commit 3b1a2f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ module.exports.get = function get(ext = ".*") {};
113113
- [Hatena-Textbook](https://github.com/hatena/Hatena-Textbook)
114114
- License: <https://github.com/hatena/Hatena-Textbook#%E3%83%A9%E3%82%A4%E3%82%BB%E3%83%B3%E3%82%B9>
115115

116+
## 文書の追加方法
117+
118+
1. `git submodule add <追加するGit URL> repo/<name>`
119+
1. `index.js``References`に定義を追加する
120+
1. `build.js``copyTask`に文書のみをコピーする処理を追加する
121+
116122
## Changelog
117123

118124
See [Releases page](https://github.com/textlint-ja/technological-book-corpus-ja/releases).

0 commit comments

Comments
 (0)