diff --git a/README.md b/README.md deleted file mode 100644 index 3861afa..0000000 --- a/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# COMPOSER - -**Creating OpenIPC firmware with custom settings** - - -## Quick Start - run one command for happiness ;) - -``` -git clone https://github.com/OpenIPC/composer.git && cd composer && ./stapler t31_vixand -``` diff --git a/README.md b/README.md new file mode 120000 index 0000000..e892330 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +docs/index.md \ No newline at end of file diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..7572af1 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,3 @@ +encoding: utf-8 +highlighter: rouge +markdown: kramdown diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..3861afa --- /dev/null +++ b/docs/index.md @@ -0,0 +1,10 @@ +# COMPOSER + +**Creating OpenIPC firmware with custom settings** + + +## Quick Start - run one command for happiness ;) + +``` +git clone https://github.com/OpenIPC/composer.git && cd composer && ./stapler t31_vixand +``` diff --git a/NOTES.md b/docs/notes.md similarity index 100% rename from NOTES.md rename to docs/notes.md