You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Environment
mkcert -version
):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
The text was updated successfully, but these errors were encountered: