crypto/README.md
2023-03-31 11:25:44 +02:00

26 lines
328 B
Markdown

# 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
```