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

@ -7,8 +7,8 @@ The website for Embark.
Install dependencies: Install dependencies:
```bash ```bash
$ git clone https://github.com/status-im/embark-site.git $ git clone https://github.com/embark-framework/embark.git
$ cd embark-site $ cd embark/site
$ npm install $ npm install
``` ```