summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md25
1 files changed, 12 insertions, 13 deletions
diff --git a/README.md b/README.md
index 6807791..897ca40 100644
--- a/README.md
+++ b/README.md
@@ -53,24 +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 can add it by
+You need to install "textile" first for Wiki, by using one of:
- > git remote add bsp git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git
+ > pip install textile
+or
+ > sudo apt install python3-textile
-# Wiki
+Next, you need to have **.config** file. You can copy sample .config, and edit it
-## How to create Wiki ?
-It is easy ! just "wiki"
+Your .config need to have "git-linux" and it needs to have both "linux" and "bsp" repository.
+You can add it by
-You need to install "textile" first, by using one of:
+ > 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
- > pip install textile
- > sudo apt install python3-textile
+Then, just "make".
+You can find index.html on top of periject folder