Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ information.

## Dependencies

::::note

The dependencies can be installed in your local environment by running the prepare environment
script relevant to your OS (`scripts/prepare-env-unix-rust.sh` and
`scripts/prepare-env-windows-rust.ps1`). If installing manually ensure that the versions of the
cargo binaries match those defined in `apps/desktop/desktop-native/cargo-tool-versions`.

::::

1. [Rust](https://www.rust-lang.org/tools/install)
2. The nightly toolchain: `rustup toolchain install nightly`
3. Cargo binaries for pre-commit hooks
Expand Down
7 changes: 5 additions & 2 deletions docs/getting-started/clients/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ In this context, "clients" generally refers to the Typescript clients, which are

## Requirements

Before you start, you should have Node and npm installed. See the [Tools and Libraries](../tools)
page for more information.
Before you start:

- Install node and npm. See the [Tools and Libraries](../tools) page for more information.
- Install the Rust ecosystem dependencies. See the
[Desktop Native Dependencies](./desktop/desktop-native/#dependencies) for more information.

## Setup instructions

Expand Down
Loading