mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
543 B
543 B
description |
---|
Depending on your setup, you might need different tools to develop on argos. |
Requirements
Depending on your setup, you might need different tools to develop on argos. We try to list them here.
Mac OS
Gnu Sed
You will need to have gnu-sed installed. "sed" installed by default on MacOS machines differ from the gnu version (It's used for some post-documentation-generation hooks)
brew install gnu-sed
# This will explain how to add it to your path (to replace the default one)
brew info gnu-sed