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 +```