academicpages / academicpages.github.io

Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
https://academicpages.github.io
MIT License
11.59k stars 41.7k forks source link

README Update: Adds commands for MacOS #2193

Closed zarela closed 2 months ago

zarela commented 2 months ago

apt is not available for macOS since it is a package manager for Debian-based Linux distributions. For managing packages on macOS, you should use Homebrew, the package manager for macOS.

brew install ruby brew install node gem install bundler