We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd614c1 commit 0920f0eCopy full SHA for 0920f0e
3 files changed
README.md
@@ -1 +1,3 @@
1
-
+# Table of content
2
+* [Installation guide](docs/installation.md)
3
+* [API documentation](docs/API.md)
docs/API.md
@@ -0,0 +1 @@
+# filemanager
docs/installation.md
@@ -0,0 +1,8 @@
+# Requirements
+* C++17 or later
+* 64-bit system
4
+
5
+# Installation
6
+1. Download the latest release
7
+2. Extract the **filemanager.h** file from `include/filemanager.h` into your project folder
8
+3. Include the header in your code e.g. `#include "filemanager.h"`
0 commit comments