From cd74520662de7aed336878667680fab6a68a1004 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 24 Jul 2024 17:21:29 +0200 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a94e3aa..691d2d9 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ For domain verification, it implements the [RDAP protocol](https://about.rdap.or Pre-compiled versions are available in the [Releases](https://gitnet.fr/deblan/expiration-check/releases). Multiple operating systems are supported, including Linux, Windows, and macOS. For Debian users, a package is also provided. -If you want to compile the project from source, you will need at least the GO compiler version 1.22. Clone the project and run the make command. The compiled output will be located in the build directory. +If you want to compile the project from source, you will need at least the GO compiler version 1.22. Clone the project and run the make command. The compiled output will be located in the `build` directory. ``` $ git clone https://gitnet.fr/deblan/expiration-check $ make ``` -## 🧪 How to use the Project +## 🧪 How to use the project ### Commands