Skip to content

Commit

Permalink
chore: Added prerequisites for building the project (#2478)
Browse files Browse the repository at this point in the history
Signed-off-by: ivaylogarnev-limechain <[email protected]>
  • Loading branch information
ivaylogarnev-limechain authored Aug 26, 2024
1 parent 5361dfa commit d756199
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,33 @@ $ pnpm add @hashgraph/sdk
```
## Build

After downloading the repo run `task build` to build the SDK.
### Prerequisites

1. [Taskfile](https://taskfile.dev/) tool installation

```
# with npm
$ npm install -g @go-task/cli
# with homebrew
$ brew install go-task
```

2. [pNpm](https://pnpm.io/) package manager installation

```
# with npm
$ npm install -g pnpm
# with homebrew
$ brew install pnpm
```

After downloading the repo run:

1. `task install`

2. `task build` to build the SDK

## React Native Support

Expand Down

0 comments on commit d756199

Please sign in to comment.