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
cp dist/Pyder ~/.local/bin/pyder && echo "Successfully placed 'pyder' in '~/.local/bin' directory." || echo "Failed to place 'pyder' in '~/.local/bin' directory."
chmod +x ~/.local/bin/pyder && echo "Successfully made 'pyder' executable." || echo "Failed to make 'pyder' executable."
pyder version >> /dev/null && echo "Successfully installed 'pyder' binary." || echo "Failed to install 'pyder' binary."