DIPlib / diplib

Quantitative Image Analysis in C++, MATLAB and Python
https://diplib.org
Apache License 2.0
228 stars 50 forks source link

homebrew install instructions have changed #104

Closed ronligt closed 2 years ago

ronligt commented 2 years ago

It should be:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Check https://brew.sh

crisluengo commented 2 years ago

Thanks!

Feel free to fix things yourself too. :)