We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78663e5 commit 940d1d3Copy full SHA for 940d1d3
README.md
@@ -159,8 +159,9 @@ in the Installation Guide.
159
160
- Clone the Sage git repository:
161
162
- $ ORIG=https://github.com/sagemath/sage.git
163
- $ git clone -c core.symlinks=true --origin upstream --branch develop --tags $ORIG
+ $ git clone -c core.symlinks=true --filter blob:none \
+ --origin upstream --branch develop --tags \
164
+ https://github.com/sagemath/sage.git
165
166
This will create the subdirectory `~/sage/sage`. (See the section
167
[Setting up git](https://doc.sagemath.org/html/en/developer/git_setup.html)
0 commit comments