diff --git a/src/main.rs b/src/main.rs index 01618b7..744888f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -55,6 +55,7 @@ fn main() { "{} must be run from the rustlings directory", std::env::current_exe().unwrap().to_str().unwrap() ); + println!("Try `cd rustlings/`!"); std::process::exit(1); }