We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4020c68 commit e67d890Copy full SHA for e67d890
.gitignore
@@ -12,4 +12,5 @@ install_manifest.txt
12
compile_commands.json
13
CTestTestfile.cmake
14
_deps
15
-CppContactList
+CppContactList
16
+contacts.db
README.md
@@ -8,6 +8,14 @@ A simple contact list application developed with Modern C++ and SQLite.
8

9

10
11
+## How to compile
+
+```sh
+cmake .
+cmake --build .
+./CppContactList
17
+```
18
19
# License
20
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details
21
0 commit comments