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

Linux brew command is wrong in documentation #525

Open
aashi-ihsaa opened this issue May 28, 2023 · 1 comment
Open

Linux brew command is wrong in documentation #525

aashi-ihsaa opened this issue May 28, 2023 · 1 comment

Comments

@aashi-ihsaa
Copy link

Environment

  • Operating system (including version): UBUNTU
  • mkcert version (from mkcert -version):
  • Server (where the certificate is loaded):
  • Client (e.g. browser, CLI tool, or script):

What you did

I was intsalling mckert on ubuntu and used the command brew install mkcert

What went wrong

aashi@Syzama:~/glific$ brew install mkcert
Command 'brew' not found, did you mean:
command 'brec' from deb bplay (0.991-10build1)
command 'qbrew' from deb qbrew (0.4.1-8build1)
Try: sudo apt install

need to change this in documentation as this command does not work in ubuntu. instead The brew command is specific to macOS and is not available on Linux systems. In the case of Ubuntu or other Debian-based distributions, you can use the apt package manager to install mkcert. Here's the command you can use:
sudo apt update sudo apt install mkcert

@jmooring
Copy link

jmooring commented Jun 2, 2023

The brew command is specific to macOS and is not available on Linux systems

This is false. See https://brew.sh/

image

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

No branches or pull requests

2 participants