Skip to content

Commit a5358be

Browse files
authored
Update README.md
1 parent 75d0d68 commit a5358be

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,10 @@ NODE_LANG=en TUTORIAL_ROOT=/js/en.javascript.info npm run gulp engine:koa:tutori
180180
```
181181
182182
> For Windows: `npm i -g cross-env` and prepend the call with `cross-env` to pass environment variables, like this:
183-
184-
```bash
185-
cd /js/server
186-
cross-env NODE_LANG=en...
187-
```
183+
> ```bash
184+
> cd /js/server
185+
> cross-env NODE_LANG=en...
186+
> ```
188187
189188
In the code above, `NODE_LANG` sets server language, while `TUTORIAL_ROOT` is the full path to tutorial repo, by default is `/js/$NODE_LANG.javascript.info`.
190189

0 commit comments

Comments
 (0)