diff --git a/Brewfile b/Brewfile index 344718b..b85737f 100644 --- a/Brewfile +++ b/Brewfile @@ -1,9 +1,9 @@ -brew 'opus' -brew 'libogg' -brew 'openssl' -brew 'autoconf' -brew 'automake' -brew 'libtool' -brew 'pkg-config' -brew 'cmake@3.16' -brew 'doxygen' +brew install 'opus' +brew install 'libogg' +brew install 'openssl' +brew install 'autoconf' +brew install 'automake' +brew install 'libtool' +brew install 'pkg-config' +brew install 'cmake@3.16' +brew install 'doxygen'