summaryrefslogtreecommitdiff
path: root/misc/rustlings/pkg-message
blob: 611788c448b93a3203156d41486cbca30af6aed7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
}
]