From 35079105a456ca354d33b2d40a386e1a7915f2e2 Mon Sep 17 00:00:00 2001 From: Rusted2361 Date: Thu, 14 Dec 2023 13:26:36 +0500 Subject: [PATCH] updated readme --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87e503f..6627b2d 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,19 @@ You can find it on the [releases page](https://github.com/infrhq/client/releases ```bash git clone https://github.com/InfrHQ/client.git ``` -2. Install dependencies +2. Install bun +```bash +npm install -g bun +``` +3. Setup rustup 1.67.0 or above +```bash +rustup default 1.67.0 +``` +4. Install dependencies ```bash bun install ``` -3. Run the app +5. Run the app ```bash bun run tauri dev ```