This commit is contained in:
Ivan Zlatev 2016-09-23 21:44:17 +01:00 коммит произвёл GitHub
Родитель db0b2a34b8
Коммит 358aea83a0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -86,7 +86,7 @@ First install:
* Node.js (newer than 4.3.1) * Node.js (newer than 4.3.1)
* Npm (newer 2.14.12) * Npm (newer 2.14.12)
In case you get a *node-gyp* error [follow the instrutions here](https://github.com/nodejs/node-gyp/blob/master/README.md) to fix it. The *vscode-textmate* package pulls in a native node dependency and those instructions will set-up the the node build tool which deals with those. In case you get a *node-gyp* error [follow the instrutions here](https://github.com/nodejs/node-gyp/blob/master/README.md) to fix it. The *vscode-textmate* package pulls in a native node dependency and those instructions will set up the node build tool which deals with those.
To **run and develop** do the following: To **run and develop** do the following: