From 5c1cdd25bfa3ff8b5d3bdffe177ca2084d69978d Mon Sep 17 00:00:00 2001 From: b1ek Date: Sat, 12 Aug 2023 02:40:53 +1000 Subject: [PATCH] build instructions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07d85d6..263ddd6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # blek! nox -blek! nox (or simply "nox") is a matrix client that focuses on a good look & feel \ No newline at end of file +blek! nox (or simply "nox") is a matrix client that focuses on a good look & feel + +# build +``` +yarn +yarn tauri build +# your build will be in src-tauri/target/release +``` \ No newline at end of file