From 5ea67618c5e12169b98b65842d180428b838eb87 Mon Sep 17 00:00:00 2001 From: L-diy <25403682+ldiy@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:40:38 +0100 Subject: [PATCH] Update mkllfs.md --- docs/mkllfs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/mkllfs.md b/docs/mkllfs.md index 4daea52..1e6ed8c 100644 --- a/docs/mkllfs.md +++ b/docs/mkllfs.md @@ -7,6 +7,8 @@ The llfs filesystem is a flat filesystem, meaning that it does not support direc The mkllfs utilit can be used to generate the `llfs_data.c` file. The `llfs_data.c` file from a directory with files. +A pre-compiled version can be download: [mkllfs.exe](https://github.com/Sani7/2023-Webservices_And_Applications/releases/tag/v0.2.0) + ## Usage The mkllfs utility can be used as follows: ```bash @@ -34,4 +36,4 @@ gcc -o mkllfs mkllfs.c For windows, you can use the following command: ```bash gcc -o mkllfs.exe mkllfs.c -``` \ No newline at end of file +```