We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4b5d1 commit 00f606eCopy full SHA for 00f606e
1 file changed
README.md
@@ -47,10 +47,12 @@ You can use it to run the tutorial locally and translate it into your language.
47
Run the site with the language:
48
```
49
cd /js/javascript-tutorial-server
50
- ./edit en
+ ./edit ru
51
52
53
- Wait for a couple of seconds as it reads the tutorial from disk and builds static assets.
+ Please note that the argument of `edit` is exactly the language you cloned at step 5.
54
+
55
+ Wait a bit as it reads the tutorial from disk and builds static assets.
56
57
Then access the site at `http://127.0.0.1:3000`.
58
0 commit comments