On Mon, Dec 8, 2025 at 5:04 AM dvalin--- via GNU roff typesetting system discussion <[email protected]> wrote: > It'd be quite a while before I could find round tuits to > figure out git to grab the source
Getting the source code onto your machine from git is a one-step process (assuming you have git itself installed already). git clone git://git.savannah.gnu.org/groff.git You can also view the source in your web browser, if you want to look at files but not put anything on your system. http://cgit.git.savannah.gnu.org/cgit/groff.git/tree/
