mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-21 19:53:50 +01:00
[docs] Don't recommend depth=1 for non-deployment-only docker clones
Due to the Git LFS migration this barely saves any disk space and it prevents users from switching branches
This commit is contained in:
parent
1a55a2404a
commit
188390f6e9
@ -13,7 +13,7 @@ GIT_LFS_SKIP_SMUDGE=1 git clone https://iceshrimp.dev/iceshrimp/iceshrimp.git --
|
||||
|
||||
If you want to build your own images (make sure to install `git-lfs` before running the command):
|
||||
```sh
|
||||
git clone https://iceshrimp.dev/iceshrimp/iceshrimp.git --depth=1
|
||||
git clone https://iceshrimp.dev/iceshrimp/iceshrimp.git
|
||||
```
|
||||
|
||||
### docker-compose.yml
|
||||
|
@ -35,7 +35,7 @@ This document will guide you through manual installation of Iceshrimp. We also p
|
||||
Make sure you have `git-lfs` installed before cloning the repo, as we are using Git LFS for efficient storage of binary blobs.
|
||||
|
||||
```sh
|
||||
git clone https://iceshrimp.dev/iceshrimp/iceshrimp.git --depth=1
|
||||
git clone https://iceshrimp.dev/iceshrimp/iceshrimp.git
|
||||
```
|
||||
|
||||
If you don't want to run the latest development version, pick a version from [here](https://iceshrimp.dev/iceshrimp/iceshrimp/releases) and run `git checkout <version>` before continuing.
|
||||
|
Loading…
Reference in New Issue
Block a user