diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -53,15 +53,23 @@ You need to have **.config** file. You can copy sample .config, and edit it * --oneline : show one line * --all : show all tasks -# HTML +# HTML / Wiki ## How to create HTML ? -It is easy ! just "make" -You can find index.html on top of periject folder -But, You need to have **.config** file. You can copy sample .config, and edit it -Your .config need to have "git-linux" and it need to have bsp repository +You need to install "textile" first for Wiki, by using one of: + + > pip install textile +or + > sudo apt install python3-textile + +Next, you need to have **.config** file. You can copy sample .config, and edit it + +Your .config need to have "git-linux" and it needs to have both "linux" and "bsp" repository. You can add it by - > git remote add bsp git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git + > git remote add linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git + > git remote add bsp git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git +Then, just "make". +You can find index.html on top of periject folder |