Adding note for cloning in the Readme.md

This commit is contained in:
Hesham ElBaz 2016-08-29 10:38:15 +02:00 коммит произвёл GitHub
Родитель ac95af714c
Коммит c752c3292d
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -5,6 +5,10 @@ In order to use the SDK you first need to create and publish an app on www.luis.
The solution contains the SDK itself and a sample application that contains 2 sample use cases (one with intent routers and one using the client directly)
Cloning The Repo
--------------
Please note that the repo depends on a submodule, so in order to clone it you'll have to attach --recursive option to the clone command:
`git clone --recursive https://github.com/Microsoft/Cognitive-LUIS-Windows.git`
The SDK
--------------