From 38f7dcba01b62a16e24a04a1ea92bb20511c560f Mon Sep 17 00:00:00 2001 From: Zachary Charlop-Powers Date: Wed, 31 Jul 2024 13:57:38 -0400 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 76d9290..babf158 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,15 @@ RUST-backed utilities for bioinformatic data processing. Rust on the backend with JS on the front. +![](src-tauri-icons/Square142x142Logo.png) + ## Develop ```sh # assuming quarto and cargo are installed and on your path. git clone https://github.com/zachcp/bioinformaticstoolkit.git + cd bioinformaticstoolkit # install the tauri cli