change readme

This commit is contained in:
Martin Drechsel
2025-05-06 11:19:28 +02:00
parent b729c8ebbe
commit a653111071

View File

@ -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` - 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` git clone https://github.com/haexhub/haex-vault.git
- `pnpm i` cd haex-vault
- `pnpm tauri dev` pnpm i
pnpm tauri dev
```