From 74c32b87b98c7d47713f9de70960fcc19c74f57b Mon Sep 17 00:00:00 2001 From: Adora Laura Kalb Date: Mon, 29 Jul 2024 12:47:08 +0200 Subject: [PATCH] begin installation page --- docs/content/installation.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/content/installation.md b/docs/content/installation.md index 6369d75..a4792cd 100644 --- a/docs/content/installation.md +++ b/docs/content/installation.md @@ -3,3 +3,19 @@ title: Installation weight: 10 --- +## Prerequisites + +Before building the project, ensure you have the following installed: +- make: A build automation tool +- Go: Version 1.22 or later + +## Building the Project from source + +To build the project, first clone the projects git repository, then navigate to the project's root directory and run the following command: +```shell +make build +``` +This command will generate the `certwarden-deploy` binary in the `bin/` folder. + +## Installation +