From 2cefe07a80738c7127fc3c18a983b1455a211ad4 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 17 May 2024 18:32:55 +0100 Subject: [PATCH] docs(readme): Add prerequisits --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2f13fee..dc884da 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,14 @@ where each commit must pass CI before being included in the main branch. - Provide a server component that manages the trunk-based development process - Ensure a consistent, high-quality codebase by preventing untested changes from being merged +## Prerequisits + +- Rust ??? +- pgk-config +- libssl-dev +- clang-16 +- mold + ## Installation You can install `git-next` using Cargo: