From e4bd59b2ea135dff59e53af260ba95b04b02b38e Mon Sep 17 00:00:00 2001 From: Olivier Lambert Date: Tue, 3 Apr 2018 20:26:43 +0200 Subject: [PATCH] remove xo-web section reference --- docs/from_the_sources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/from_the_sources.md b/docs/from_the_sources.md index 08013614e..c435494ec 100644 --- a/docs/from_the_sources.md +++ b/docs/from_the_sources.md @@ -74,7 +74,7 @@ Edit and uncomment it to have the right path to deliver `xo-web`, because `xo-se ```yaml mounts: '/': '../xo-web/dist/' ``` -> Note this `dist` folder will be created in the next step (see the `xo-web` section) +> Note this `dist` folder will be created in the next step. **WARNING: YAML is very strict with indentation: use spaces for it, not tabs**. @@ -138,7 +138,7 @@ $ yarn build ## Troubleshooting -If you have problem during the building phase in `xo-web` or `xo-server`, follow these steps: +If you have problem during the building phase, follow these steps: 1. `rm -rf node_modules` 1. `yarn`