summarylogtreecommitdiffstats
path: root/choosenim-bin.install
blob: 43ec2bfc8754b05fe57764bfadc348355adf2fb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# choosenim-bin.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__
}