mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-08-01 11:20:04 +00:00
Change the email prompting
This commit is contained in:
@ -170,8 +170,8 @@ async fn prompt_for_contact_email() -> anyhow::Result<Option<String>> {
|
|||||||
return Ok(None);
|
return Ok(None);
|
||||||
}
|
}
|
||||||
|
|
||||||
println!("Would you mind providing your contact email for support and news? We will use it to contact you with news only.");
|
println!("Enter your email to receive occasional updates and tips about Meilisearch.");
|
||||||
println!("Press enter to skip.");
|
println!("Leave blank to skip.");
|
||||||
print!("contact email> ");
|
print!("contact email> ");
|
||||||
std::io::stdout().flush()?;
|
std::io::stdout().flush()?;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user