Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.
Open
Changes from 5 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
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ This is how to create the contract bytecode to output _Hello, World!_ in Huff.
yarn global add huffc
```

**Note:** You may need to add yarn to your system's path to access globally installed packages. See [the yarn docs on global](https://classic.yarnpkg.com/en/docs/cli/global) for more details.
**Note:** You may need to add yarn to your system's path to access globally installed packages. See [the yarn docs on global](https://classic.yarnpkg.com/en/docs/cli/global) for more details.

Also try with sudo as there may still be an issue with Yarn incorrectly using the Node.js installation directory as the executable directory, which is not writable by normal users:

sudo yarn global add huffc

Comment thread
ameya-deshmukh marked this conversation as resolved.
Outdated

## Hello World

Expand Down