Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down