Skip to content

Commit 9766eda

Browse files
committed
minor fixes
1 parent 696626c commit 9766eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@ code-style.svg: # image file name
114114
**Step 2.** Setup git upstream (if you haven't yet) and pull latest changes:
115115

116116
```bash
117-
cd /js/zh.javascript.info
117+
cd /js/zh.javascript.info # in the tutorial folder
118118
git remote add upstream https://github.com/javascript-tutorial/en.javascript.info
119119
git fetch upstream master
120120
```
121121

122122
**Step 3.** Run the translation task:
123123
```bash
124-
cd /js/server
124+
cd /js/server # in the server folder
125125
# set NODE_LANG to your language
126126
NODE_LANG=zh glp engine:koa:tutorial:figuresTranslate
127127
```

0 commit comments

Comments
 (0)