mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 15:05:11 -04:00
Suggest the use of git shallow copy, while cloning
This commit is contained in:
parent
a18c4f6b19
commit
11b682fc66
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ fi
|
||||||
mkdir -p build/source
|
mkdir -p build/source
|
||||||
mkdir -p dist
|
mkdir -p dist
|
||||||
cd build/source
|
cd build/source
|
||||||
git clone https://github.com/onionshare/onionshare.git
|
git clone --single-branch --branch $TAG --depth 1 https://github.com/onionshare/onionshare.git
|
||||||
cd onionshare
|
cd onionshare
|
||||||
|
|
||||||
# Verify tag
|
# Verify tag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue