Skip to content

Commit

Permalink
Merge branch 'master' into husky
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees authored Feb 28, 2024
2 parents 2b40d3f + f0fc949 commit 5230d1d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,8 @@ then, install necessary dependencies:

```shell
pnpm install
# And
cargo install --path apps/core/src-tauri
```

NOTE: The cargo install may need you to install some other system dependencies, such as: libsoup, libjavascriptcoregtk, libgtk, libwebkit2gtk. Exact installation instructions will vary by platform.

Install husky git hooks:

```bash
Expand All @@ -59,6 +55,8 @@ and you are good to go 💫, you can start your development server by running:
pnpm tauri:dev
```

> NOTE: This will start a dev server, but will also install cargo dependencies before that, which may require you to install some system dependencies, such as: libsoup, libjavascriptcoregtk, libgtk, libwebkit2gtk. Exact installation instructions will vary by platform.
Want to test how your modification will look like at the final executable? run this:

```shell
Expand Down

0 comments on commit 5230d1d

Please sign in to comment.