You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command -v lein >/dev/null 2>&1 || { echo "I require lein but it's not installed. You can download it from: http://leiningen.org/#install" >&2; exit 1; }