Skip to content

Commit

Permalink
Readme tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Sep 20, 2024
1 parent bcb5b38 commit 9a6b16a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@ Finally, the wallet driver code is written on the backend using the [Chia Wallet

## Development

First, you will need to clone the repo and install Rust via [Rustup](https://rustup.rs). You will also need [PNPM](https://pnpm.io/installation).
These instructions should get you up and running with a source installation.

First, there are some prerequisites:

1. Clone the repo
2. Install Rust via [Rustup](https://rustup.rs)
3. Install [PNPM](https://pnpm.io/installation)
4. Setup system dependencies for [Tauri](https://v2.tauri.app/start/prerequisites/)

Install the frontend dependencies:

Expand Down

0 comments on commit 9a6b16a

Please sign in to comment.