mirror of
https://github.com/54108/Atom.git
synced 2025-04-17 03:46:05 +00:00
10 lines
192 B
Markdown
10 lines
192 B
Markdown
# This is a peer-to-peer chat software
|
|
|
|
- use the follow instruction to build it
|
|
|
|
```
|
|
git clone --recurse-submodules https://github.com/54108/Atom.git
|
|
mkdir build && cd build
|
|
cmake ..
|
|
make
|
|
``` |