Commit 6a034651 authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

Merge pull request #112 from alexandervnuchkov/patch-4

Update Readme.md
parents 71ba36cd 35a306cc
Этот документ описывает последовательность шагов для сборки 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