diff --git a/doc/compiling/macos.md b/doc/compiling/macos.md index 34d6aa675..19afaf78a 100644 --- a/doc/compiling/macos.md +++ b/doc/compiling/macos.md @@ -2,14 +2,11 @@ ## Requirements -- [Homebrew](https://brew.sh/) -- [Git](https://git-scm.com/downloads) +* [Homebrew](https://brew.sh/)* [Git](https://git-scm.com/downloads) Install dependencies with homebrew: -``` -brew install cmake freetype gettext gmp hiredis jpeg jsoncpp leveldb libogg libpng libvorbis luajit zstd gettext -``` + brew install cmake freetype gettext gmp hiredis jpeg jsoncpp leveldb libogg libpng libvorbis luajit zstd gettext ## Download @@ -48,4 +45,4 @@ codesign --force --deep -s - macos/minetest.app ``` open ./build/macos/minetest.app -``` +``` \ No newline at end of file