diff options
Diffstat (limited to 'misc/rustlings/pkg-message')
-rw-r--r-- | misc/rustlings/pkg-message | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/rustlings/pkg-message b/misc/rustlings/pkg-message new file mode 100644 index 000000000000..611788c448b9 --- /dev/null +++ b/misc/rustlings/pkg-message @@ -0,0 +1,22 @@ +[ +{ + type: install, + message: <<EOM +=========================================================== + + Before running `rustlings` for the first time, you need to initialize the + directory structure and prepare the exercises. To do that, run: + + $ cd /a/good/plate/for/exercises + $ rustlings init + + $ cd rustlings + $ rustlings + + For more information, visit the Rustlings website: + https://rustlings.rust-lang.org/ + +=========================================================== +EOM +} +] |