diff --git a/README.md b/README.md old mode 100644 new mode 100755 index e6a1fb70c..73605ad47 --- a/README.md +++ b/README.md @@ -2,16 +2,18 @@ ## How to Use -This folder contains the templates used to generate the static website for Semantic UI - -To create the docs yourself, run the commands in the top-level directory: +This folder contains the templates used to generate the static website for LearnSemantic.com +To install DocPad ``` npm install -g docpad docpad install eco; docpad update; docpad upgrade; ``` -This node project uses docpad to generate the static documentation files for Semantic UI. +Then create the docs using: +``` +docpad run +``