diff --git a/README.md b/README.md index 1f39993..fc32b5c 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ All commands from here on should be run in the `ojuso-map` directory. $ xargs < system-requirements-debian.txt sudo apt-get install -y ``` +### MacOS + +```bash +xargs < system-requirements-macos.txt brew install +``` + ### Fedora ```bash diff --git a/system-requirements-macos.txt b/system-requirements-macos.txt new file mode 100644 index 0000000..22de111 --- /dev/null +++ b/system-requirements-macos.txt @@ -0,0 +1 @@ +gdal \ No newline at end of file