From 6283ea0d7c38e567c7ce8b41be993974ecbacf19 Mon Sep 17 00:00:00 2001 From: Vidocq Date: Fri, 24 Feb 2023 08:04:03 +0800 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df51e08..dc0efcb 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,21 @@ Tray updates per second. Price page updates per 5 seconds. Data collects from [Binance](https://www.binance.com/) -image +image + +## Contribute + +### Dev Guide +```bash +git clone https://github.com/VidocqH/VidoCryptoTray.git +cd VidoCryptoTray +yarn install +yarn dev +``` +Then there you go! + +### Build +```bash +yarn run make +``` +The executable will be in `./out`