Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Explain clone --recursive.
  • Loading branch information
daviddoria committed Apr 15, 2016
1 parent 79067c5 commit d101bea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Readme.md
@@ -1,5 +1,10 @@
This is a c++ implementation of the K-Means clustering algorithm. It also includes the KMeans++ initialization algorithm.

Obtaining the code:
Please be sure to:
git clone --recursive

so that the submodules will also be checked out.

Example usage:

Expand Down

0 comments on commit d101bea

Please sign in to comment.