Skip to content

Commit

Permalink
Update broken link for MacOS Catalina guide in README.md (#8032)
Browse files Browse the repository at this point in the history
Co-authored-by: Linchenn <40653845+Linchenn@users.noreply.github.com>
  • Loading branch information
gaikwadrahul8 and Linchenn committed Jan 9, 2024
1 parent 4d7f465 commit b004ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfjs-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ If you do not have Xcode setup on your machine, please run the following command
```sh
$ xcode-select --install
```
For Mac OS Catalina please follow [this guide](https://github.com/nodejs/node-gyp/blob/master/macOS_Catalina.md#installing-node-gyp-using-the-xcode-command-line-tools-via-manual-download) to install node-gyp.
For Mac OS Catalina please follow [this guide](https://github.com/nodejs/node-gyp/tree/main#on-macos) to install node-gyp.

After that operation completes, re-run `yarn add` or `npm install` for the `@tensorflow/tfjs-node` package.

Expand Down

0 comments on commit b004ab6

Please sign in to comment.