"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "df100ce5409fa52a113b1bfbb69f933021d8dd02"
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. ...@@ -76,14 +76,13 @@ Download the source files from GitHub.
.. code:: bash .. 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: (Optional) Clone the repository first, and then run the following:
.. code:: bash .. code:: bash
git submodule init git submodule update --init --recursive
git submodule update --recursive
Linux 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