Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Change yarn installation requirement to yarn classic #13

Merged
merged 2 commits into from
Mar 21, 2023
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ required for the completion of MPC operations such as Seed generation and Transa
### Prerequisites:

- [node 18+](https://nodejs.org/en/download/)
- [yarn 1.22+](https://yarnpkg.com/getting-started/install)
- [yarn classic 1.22+](https://classic.yarnpkg.com/en/docs/install)

For iOS development:
- [Xcode 14.0+](https://developer.apple.com/xcode/)
Expand Down