summarylogtreecommitdiffstats
path: root/choosenim.install
blob: feab639edc6c666558d5460497a440e39a16bb74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# choosenim.install

post_install() {
    cat <<__EOF__
Please remember to add '\$HOME/.nimble/bin' to your PATH, e.g. by adding the
following to your ~/.bashrc file:

    export PATH="\$HOME/.nimble/bin:\$PATH"

Then install the current stable Nim version with:

    choosenim stable

__EOF__
}