Skip to content

Commit e67d890

Browse files
added how to compile instruction
1 parent 4020c68 commit e67d890

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ install_manifest.txt
1212
compile_commands.json
1313
CTestTestfile.cmake
1414
_deps
15-
CppContactList
15+
CppContactList
16+
contacts.db

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ A simple contact list application developed with Modern C++ and SQLite.
88
![Windows](screenshot/windows.jpg)
99
![Linux](screenshot/linux.png)
1010

11+
## How to compile
12+
13+
```sh
14+
cmake .
15+
cmake --build .
16+
./CppContactList
17+
```
18+
1119
# License
1220
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details
1321

0 commit comments

Comments
 (0)