diff options
| author | mo8it <mo8it@proton.me> | 2024-04-14 17:11:27 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-14 17:11:27 +0200 |
| commit | 7526c6b1f92626df6ab8b4853535b73711bfada4 (patch) | |
| tree | bd3ad843a575650881b220c4b008fc7509917d24 | |
| parent | 1cbabc3d28a29a01caeffba969ed640e00e5f0be (diff) | |
Update POST_INIT_MSG
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 28a426b..ed5becf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -174,7 +174,7 @@ const POST_INIT_MSG: &str = " Done initialization! Run `cd rustlings` to go into the generated directory. -Then run `rustlings` for further instructions on getting started."; +Then run `rustlings` to get started."; const FENISH_LINE: &str = "+----------------------------------------------------+ | You made it to the Fe-nish line! | |
