README: linking to avoid gc was not clear

This commit is contained in:
Solene Rapenne 2022-08-31 18:28:24 +02:00
parent ec0ce68101
commit 0ab366d1d6
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ If you run it multiple times, nothing more will be downloaded but it takes a bit
# Avoiding garbage collector
Files will be downloaded into a newly created directory `distfiles` relative to your current location. Each source file will be linked in this directory from the store to prevent the files to be removed by the garbage collector.
Files will be downloaded into the nix store, and linked into a newly created directory `distfiles` relative to your current location.
The link prevents the files to be garbage collected.
# How to use