Skip to content

Commit 6d34d6a

Browse files
authored
Update README.md
1 parent ed4dec1 commit 6d34d6a

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1-
# RStat-cpp
2-
# TODO add Likes
1+
# RStats C++
2+
### RStats Its A Roblox Game Stats Viewer Written in C++
3+
## Compilation
4+
```bash
5+
# Clone Repo
6+
mkdir build
7+
cd build
8+
cmake .. # On Windows Add -G "MinGW Makefiles" if Youre Using MinGW
9+
make # Add -j(number of Threads) to make building faster
10+
cp ../CopyToBuildFolder/* ./
11+
# Done!
12+
```
13+
14+
## Screen Shoots
15+
<img width="355" height="447" alt="image" src="https://github.com/user-attachments/assets/3a339967-8f70-4e47-85af-f5352f0572cc" /> </br>
316
<img width="401" height="239" alt="image" src="https://github.com/user-attachments/assets/024bd6e8-2d62-4a19-a765-1fe02fe4d6e3" />
17+

0 commit comments

Comments
 (0)