Skip to content

Commit 0b7f311

Browse files
author
Andrey Antukh
committed
Update README.md
1 parent 9fd9f54 commit 0b7f311

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Setup initial environment
88

99
Install requirements:
1010

11-
.. code-block:: console
12-
13-
sudo npm install -g gulp
14-
npm install
15-
sudo npm install -g bower
16-
bower install
17-
gulp
11+
```bash
12+
sudo npm install -g gulp
13+
npm install
14+
sudo npm install -g bower
15+
bower install
16+
gulp
17+
```
1818

1919
And go in your browser to: http://localhost:8080/

0 commit comments

Comments
 (0)