Unverified Commit 16627575 authored by Mufei Li's avatar Mufei Li Committed by GitHub
Browse files

Update instructions for building from source (#1363)


Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
parent 6111ea46
......@@ -76,14 +76,13 @@ Download the source files from GitHub.
.. code:: bash
git clone --recursive https://github.com/dmlc/dgl.git
git clone --recurse-submodules https://github.com/dmlc/dgl.git
(Optional) Clone the repository first, and then run the following:
.. code:: bash
git submodule init
git submodule update --recursive
git submodule update --init --recursive
Linux
`````
......
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