@@ -14,10 +14,9 @@ If you have an old copy of the English tutorial, please rename `1-js/05-data-typ
14141 . Install [ Git] ( https://git-scm.com/downloads ) and [ Node.JS] ( https://nodejs.org ) .
1515
1616 These are required to update and run the project.
17+ For non-Windows OS use standard install tools (packages or whatever convenient).
1718
1819 (Maybe later, optional) If you're going to change images, please install [ GraphicsMagick] ( http://www.graphicsmagick.org/ ) .
19-
20- For non-Windows OS use standard install tools (packages or whatever convenient).
2120
22212 . Install global Node modules:
2322
@@ -38,13 +37,12 @@ If you have an old copy of the English tutorial, please rename `1-js/05-data-typ
3837
39385. Clone the tutorial text into it.
4039
41- The text repository has " -language" at the end, e.g:
40+ The text repository has ` -language` at the end, e.g `ru` :
4241 ```
4342 cd /js
4443 git clone https://github.com/iliakan/javascript-tutorial-ru
4544 ```
4645
47-
48466. Run the site
4947
5048 Run the site with the language:
@@ -61,11 +59,9 @@ If you have an old copy of the English tutorial, please rename `1-js/05-data-typ
6159
62607. Edit the tutorial
6361
64- The files are editable in the tutorial text folder (cloned at step 5).
65- As you edit text files, the webpage gets reloaded automatically, so it's handy
66- to split the screen at two sides: put the browser to the left half and edit in the right half.
62+ As you edit text files in the tutorial text repository (cloned at step 5),
63+ the webpage gets reloaded automatically.
6764
68-
6965
7066# TroubleShooting
7167
0 commit comments