From 5b2ff1c7a9c1d722743a3558941f6f280edea217 Mon Sep 17 00:00:00 2001 From: pavlik_dev <121434853+pavliktt@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:14:53 +0300 Subject: [PATCH] Add content list to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 46bcc0a..87ff114 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ [![C/C++ CI](https://github.com/pavliktt/fileinfo/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/pavliktt/fileinfo/actions/workflows/c-cpp.yml)

fileinfo

A simple C++ program that displays information about files and folders. +

Contents

+ +* [Installation](#installation) +* [Usage](#usage) +* [Example](#example)

Installation

First, install libmagic-dev: