# crypto Get your current holding in crypto from Binance in your own currency. Makefile inspired from suckless ## Dependencies ### Arch ```console # pacman -S curl ``` ### Debian 11+ ```console # apt-get install libcurl4-dev ``` ## How-To ```console $ make ``` Set your settings in config.h ```console $ make $ ./crypto.sh ```