feat(from_the_sources): yarn build is now necessary (#113)

This commit is contained in:
Julien Fontanet 2017-11-23 12:21:03 +01:00 committed by GitHub
parent 2d18ff6561
commit 7d950e2b8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@ Once you have it, use `yarn`, as the non-root user owning the fetched code, to i
```
$ yarn
$ yarn build
```
Then, you have to create a config file for `xo-server`:
@ -89,6 +90,7 @@ First, we'll also install dependencies:
```
$ yarn
$ yarn build
```
## Running XO