mkcert icon indicating copy to clipboard operation
mkcert copied to clipboard

Linux brew command is wrong in documentation

Open aashi-ihsaa opened this issue 2 years ago • 2 comments

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

aashi-ihsaa avatar May 28 '23 10:05 aashi-ihsaa

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

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

image

jmooring avatar Jun 02 '23 16:06 jmooring