Atom/readme.md

16 lines
299 B
Markdown
Raw Normal View History

# This is a peer-to-peer chat software
- use the follow instruction to build it
2024-09-16 01:33:21 +08:00
```
git clone --recurse-submodules https://github.com/54108/Atom.git
mkdir build && cd build
cmake ..
make
```
- use the follow instruction to run it
```
./atom
```
### now it is linux only and just have main window.