Browse Source

Fix CONTRIBUTING.md: docpad now on top level

pull/489/head
Chia-liang Kao 11 years ago
parent
commit
68cbfd5958
2 changed files with 3 additions and 4 deletions
  1. 5
      CONTRIBUTING.md
  2. 2
      server/README.md

5
CONTRIBUTING.md

@ -82,6 +82,8 @@ Make sure npm does not require sudo to operate, this might cause permissions iss
```bash
npm install -g docpad
docpad install eco
docpad update; docpad upgrade
```
```bash
@ -94,10 +96,7 @@ npm install -g grunt-cli
### 4) Start Your Server
It's important to note that all server code exists inside of `/node` in the project. So all commands should be run relative to that directory.
```bash
cd node
docpad run
```

2
server/README.md

@ -4,7 +4,7 @@
This folder contains the templates used to generate the static website for Semantic UI
To create the docs yourself run
To create the docs yourself, run the commands in the top-level directory:
```
npm install -g docpad

Loading…
Cancel
Save