Skip to content

Commit

Permalink
Update README.md (#645)
Browse files Browse the repository at this point in the history
* Update README.md

Made export LIBRARY_PATH=/opt/homebrew/lib as a code snippet for better visibility.

* Update README.md
  • Loading branch information
kelindi committed Dec 6, 2022
1 parent 719782c commit 02b4346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Questions? Reach out! [![slack](https://img.shields.io/badge/slack-filecoin-blue

Requirements:

- go (1.15 >= and <= 1.18)
- go 1.18
- [jq](https://stedolan.github.io/jq/)
- [hwloc](https://www.open-mpi.org/projects/hwloc/)
- opencl
Expand Down Expand Up @@ -138,7 +138,7 @@ The Portable Hardware Locality (hwloc) software package provides a portable abst
For M1 Macs, here's the following steps needed

- Step 1: `brew install go bzr jq pkg-config rustup hwloc` - Uninstall rust as it would clash with rustup in case you have installed.
- Step 2: export LIBRARY_PATH=/opt/homebrew/lib
- Step 2: `export LIBRARY_PATH=/opt/homebrew/lib`
- Step 3: Follow the steps as per the docs.

On Ubuntu, install `libhwloc-dev`.
Expand Down

0 comments on commit 02b4346

Please sign in to comment.