Clarify disk requirements of profiler

This commit is contained in:
Alcaro
2018-09-17 04:26:11 +02:00
parent dad6aff01e
commit 242a0bc9ac

View File

@@ -34,7 +34,7 @@ done
if [ ! -e profile/choice ]; then
while true; do
read -p "Do you wish to use profile-guided optimization? This will download a 100MB training corpus from the internet. (y/n)" yn
read -p "Do you wish to use profile-guided optimization? This will download 100MB data from the internet and use 200MB disk space. (y/n)" yn
case $yn in
[Yy]* ) profile/download.sh; break;;
[Nn]* ) echo n > profile/choice; break;;