Skip to content

Fix command syntax for installing gcc on Mac OS#2

Closed
darrylong wants to merge 1 commit into
masterfrom
docs/readme-gcc-update
Closed

Fix command syntax for installing gcc on Mac OS#2
darrylong wants to merge 1 commit into
masterfrom
docs/readme-gcc-update

Conversation

@darrylong

Copy link
Copy Markdown
Owner

Description

This pull request makes a minor update to the installation instructions in the README.md file, correcting the command for installing and linking gcc with Homebrew to use && instead of | for proper sequential execution.

Related Issues

N.A.

Checklist:

  • I have added tests.
  • I have updated the documentation accordingly.
  • I have updated README.md (if you are adding a new model).
  • I have updated examples/README.md (if you are adding a new example).
  • I have updated datasets/README.md (if you are adding a new dataset).

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR corrects a Homebrew command in README.md so Mac OS users can install and link gcc sequentially (using && instead of piping output with |) when setting up an OpenMP-capable compiler for Cornac.

Changes:

  • Updated the gcc Homebrew install/link command to use && for proper sequential execution.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@darrylong darrylong closed this Jun 19, 2026
@darrylong darrylong deleted the docs/readme-gcc-update branch June 23, 2026 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants