summarylogtreecommitdiffstats
path: root/codewars-cli-git.install
blob: ffd551c65198ca50c5b3e16e565ff816eac7e4cf (plain)
1
2
3
4
5
6
7
8
post_install() {
  cat >&2 << 'EOF'

    You need to set the CW_SESSION_ID and CW_REMEMBER_USER_TOKEN
    environment variables, which you can grab from your cookies.

EOF
}