Skip to content

Commit ab53be1

Browse files
Merge pull request #624 from highperformancecoder/highperformancecoder-patch-1
Correct macOS version reference for Intel builds
2 parents 2b02d3d + 1c00a31 commit ab53be1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

githubdocs/MacRelease.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ At the time of writing, Minsky requires Node 22, and npm 10:
6161
- sudo n install 22
6262
- sudo npm install -g npm@10
6363
- cd gui-js; npm install
64-
- on Ventura (Intel builds) electron-builder needs to be 24.13.3 or older:
64+
- on Big Sur (Intel builds) electron-builder needs to be 24.13.3 or older:
6565
`cd gui-js; npm install electron-builder@24.13.3`
6666

6767
# compile Minsky

0 commit comments

Comments
 (0)