From a653111071b6ffb957aa1c8728add9d94280ca6e Mon Sep 17 00:00:00 2001 From: Martin Drechsel Date: Tue, 6 May 2025 11:19:28 +0200 Subject: [PATCH] change readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eae0082..203e1ef 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,9 @@ install: - port 3003 needs to be open/free or you need to adjust it in `nuxt.config.ts` AND `src-tauri/tauri.conf.json` -- `git clone https://github.com/haexhub/haex-vault.git` -- `cd haex-vault` -- `pnpm i` -- `pnpm tauri dev` +``` +git clone https://github.com/haexhub/haex-vault.git +cd haex-vault +pnpm i +pnpm tauri dev +```