Skip to content
Open
Changes from all 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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ choco install hyper

## Contribute

Regardless of the platform you are working on, you will need to have Yarn installed. If you have never installed Yarn before, you can find out how at: https://yarnpkg.com/en/docs/install.
Regardless of the platform you are working on, you will need to have Yarn v1 installed. If you have never installed Yarn v1 before, you can find out how at: https://yarnpkg.com/en/docs/install.

1. Install necessary packages:
* Windows
Expand Down Expand Up @@ -108,6 +108,10 @@ If you are getting compiler errors when running `yarn` add the environment varia
If you have issues in the `codesign` step when running `yarn run dist` on macOS, you can temporarily disable code signing locally by setting
`export CSC_IDENTITY_AUTO_DISCOVERY=false` for the current terminal session.

##### Error with `electron-rebuild` when using Python 3.12

If you get an import error at `electron-rebuild` while using Python 3.12, you need to install `setuptools`.

## Related Repositories

- [Website](https://github.com/vercel/hyper-site)
Expand Down