Merge pull request #14 from Sani7/hotfix/add-mkllfs-release-link

Update mkllfs.md
This commit is contained in:
2023-11-13 15:41:38 +01:00
committed by GitHub

View File

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