Skip to content

Commit 940d1d3

Browse files
author
Matthias Koeppe
committed
README.md: Use 'git clone' with '--filter blob:none'
1 parent 78663e5 commit 940d1d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,9 @@ in the Installation Guide.
159159

160160
- Clone the Sage git repository:
161161

162-
$ ORIG=https://github.com/sagemath/sage.git
163-
$ git clone -c core.symlinks=true --origin upstream --branch develop --tags $ORIG
162+
$ git clone -c core.symlinks=true --filter blob:none \
163+
--origin upstream --branch develop --tags \
164+
https://github.com/sagemath/sage.git
164165

165166
This will create the subdirectory `~/sage/sage`. (See the section
166167
[Setting up git](https://doc.sagemath.org/html/en/developer/git_setup.html)

0 commit comments

Comments
 (0)