back

by evolve2k·1y ago·view on hn ↗
Im interested in others views around mentioning the installation of tools in project README's.

Coming from Mac centric ruby teams, we commonly mention installing things with 'brew' as part of how to get a local environment setup. The theory usually being that the linux devs usually will confidently use their own package manager and the well I havent worked with many windows devs.

In theory having brew as a workable options for teams that are on mac and/or linux, provides for a nice cross-platform base for documentation.

Interested in others views around documentation for teams in this area.