Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
shannynat committed Feb 4, 2025
1 parent 37fd229 commit a6c72af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ The following platforms are supported:

### Prerequisites

To use Aranya and run the examples, your system must have the following tools:
To use Aranya and run the examples, download the following tools directly or
using a package manager:

Note, we have tested using the specified versions. Other versions of these
tools may also work.

- [Rust](https://www.rust-lang.org/tools/install) (find version info in the
[rust-toolchain.toml](rust-toolchain.toml))
Expand Down Expand Up @@ -125,7 +129,7 @@ $ cargo add aranya-client
Or, add it to your project's `Cargo.toml`:
```
[dependencies]
aranya-client = { git = "[email protected]:aranya-project/aranya.git" }
aranya-client = { version = ... }
```

Integrate the client library into your application. The
Expand Down
3 changes: 3 additions & 0 deletions examples/c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ A `config.json` file is provided for configuring the `aranya-daemon` when it sta

# Dependencies

Note, we have tested using the specified versions. Other versions of these
tools may also work.

- [cmake](https://cmake.org/download/) (v3.31)
- [rust](https://www.rust-lang.org/tools/install) (find version info in the
[rust-toolchain.toml](../../rust-toolchain.toml))
Expand Down

0 comments on commit a6c72af

Please sign in to comment.