Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add brew to main page #219

Merged
merged 1 commit into from
Oct 14, 2021
Merged

Conversation

MarcinAman
Copy link
Contributor

No description provided.

const windowsPlatforms = ['Win32', 'Win64', 'Windows', 'WinCE']

function defaultOS(){ return window ? (window.navigator.userAgent.indexOf("Win") != -1 ? "win" : "mac/linux") : "mac/linux" }
const currentOs = () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice! Can the same be done for the advanced installation section?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure: #222

@romanowski romanowski merged commit 60eae70 into VirtusLab:master Oct 14, 2021
@MarcinAman MarcinAman deleted the add_brew_to_main_page branch October 15, 2021 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants