# choosenim-bin.install
post_install() {cat<<__EOF__Please remember to add '\$HOME/.nimble/bin' to your PATH, e.g. by adding thefollowing to your ~/.bashrc file: export PATH="\$HOME/.nimble/bin:\$PATH"Then install the current stable Nim version with: choosenim stable__EOF__}