docs: update site readme to the current repo

This commit is contained in:
Bouzaine chamsddine 2019-12-18 02:51:10 +01:00 committed by Iuri Matias
parent fba4ccfee8
commit df9b66f845
1 changed files with 5 additions and 5 deletions

View File

@ -6,20 +6,20 @@ The website for Embark.
Install dependencies:
``` bash
$ git clone https://github.com/status-im/embark-site.git
$ cd embark-site
```bash
$ git clone https://github.com/embark-framework/embark.git
$ cd embark/site
$ npm install
```
Generate:
``` bash
```bash
$ hexo generate
```
Run server:
``` bash
```bash
$ hexo server
```