From f437f737677006eea6d49d3c0b6f205fae77c7d3 Mon Sep 17 00:00:00 2001 From: afender Date: Fri, 11 Oct 2019 12:08:47 -0500 Subject: [PATCH] updating contributing.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0931ae2980b..18d007a98b5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -105,7 +105,7 @@ To install cuGraph from source, ensure the dependencies are met and follow the s # Next load all the submodules cd $CUGRAPH_HOME - git submodule update --init --recursive + git submodule update --init --recursive --remote ``` 2) Create the conda development environment