Commit 35a306cc authored by alexandervnuchkov's avatar alexandervnuchkov Committed by GitHub

Update Readme.md

parent c45316f6
Этот документ описывает последовательность шагов для сборки SDK. This document describes the steps needed to build SDK.
1. Установка необходимого ПО. 1. Required software installation:
- Скачать и установить nodejs (https://nodejs.org/en/download/). - Download and install nodejs (https://nodejs.org/en/download/).
- Скачать и установить Java (http://java.com/ru/download/index.jsp). - Download and install Java (http://java.com/en/download/index.jsp).
2. Сборка. 2. SDK build:
- npm install -g grunt-cli - npm install -g grunt-cli
- npm install - npm install
- grunt - grunt
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment