Skip to content

Commit 7d7e54e

Browse files
committed
Included note about downloading dependencies
1 parent 68141c2 commit 7d7e54e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ And here's a basic gradle.properties file (you can of course customize these pro
4949
mlAppName=quick-start
5050
mlRestPort=8200
5151

52-
Then just run "gradle mlDeploy" in the directory containing these two files:
52+
Then just run "gradle mlDeploy" in the directory containing these two files (note that the first time you run this, Gradle
53+
may need to download a number of dependencies):
5354

5455
gradle mlDeploy
5556

0 commit comments

Comments
 (0)