Skip to content

Commit

Permalink
Tweak language
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Nov 13, 2024
1 parent c3031f3 commit 44e107c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ This will start a single instance of the Ultralight client running locally.

### Error related to `node-gyp` or `bcrypto.node`

For Mac and Windows users, you need to add `npm i -g @mapbox/node-pre-gyp` for the package to work, as our main dependencies rely on `bcrypto`.
If you encounter errors related to `bcrypto.node` or `node-gyp` when running `npm i`, you need to add `npm i -g @mapbox/node-pre-gyp` prior to running building Ultralight.

For Mac users, you may need to run `sudo xcodebuild -license` and accept it, as `node-gyp` relies on Xcode commands.

Clone and install from scratch `ultralight` after that.

## Connecting to the devnet (developer testnet)

Expand Down

0 comments on commit 44e107c

Please sign in to comment.