summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-12-23 14:27:52 +0900
committerKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-12-23 14:27:52 +0900
commitdc71f3518c95f8d9d306e8a4e53bc9bd2e9928e3 (patch)
tree54552f6ba6cec40e16cef5c22043d9f510087e00 /README.md
parentbb506a3f4c5441ecb212874077ad8b1bf335c936 (diff)
parent05040a728026b28ce7c6183d2adfa80218b306cb (diff)
Merge remote-tracking branch 'gitlab/wiki' into HEAD
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 14 insertions, 6 deletions
diff --git a/README.md b/README.md
index e3dd89a..897ca40 100644
--- a/README.md
+++ b/README.md
@@ -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