From bef480d3b6f8ceec7cf80c5b261862ef0f9c6003 Mon Sep 17 00:00:00 2001 From: Max Sagebaum Date: Wed, 17 Sep 2025 15:40:10 +0200 Subject: [PATCH] Add installation link to readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bdeea0564..b6ac9e4da 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Cppfront is a compiler from an experimental C++ 'syntax 2' (Cpp2) to today's 'sy ## Documentation: [available here](https://hsutter.github.io/cppfront/) + - [Installation](https://hsutter.github.io/cppfront/welcome/overview/#how-do-i-get-and-build-cppfront) + ## What's different about this project? In short, it aims to help evolve C++ itself, not to be a "C++ successor."