Skip to content

Commit a08478e

Browse files
authored
Merge pull request #4 from git-user-cpp/main
merging with main
2 parents f4517cd + 4e7bdfe commit a08478e

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# spynix
2-
unix system info scraper
2+
unix system & hardware info scraper
3+
4+
---
35

46
Copyright 2024 Andrew Kushyk
57

@@ -9,6 +11,8 @@ unix system info scraper
911
1012
http://www.apache.org/licenses/LICENSE-2.0
1113

14+
---
15+
1216
| Downloads | Stars |
1317
|---|---|
1418
| ![GitHub all releases](https://img.shields.io/github/downloads/git-user-cpp/spynix/total?color=00FF00&label=Downloads&logo=GitHub&logoColor=00FF00&style=plastic) | ![GitHub Repo stars](https://img.shields.io/github/stars/git-user-cpp/spynix?color=FFFF00&label=Stars&logo=GitHub&logoColor=FFFF00&style=plastic) |
@@ -24,3 +28,27 @@ unix system info scraper
2428
| Activity | Last commit|
2529
|---|---|
2630
| ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/git-user-cpp/spynix?color=98FB98&label=Commit%20activity&logo=GitHub&logoColor=98FB98&style=plastic) | ![GitHub last commit](https://img.shields.io/github/last-commit/git-user-cpp/spynix?color=98FB98&label=Last%20commit&logo=GitHub&logoColor=98FB98&style=plastic) |
31+
32+
---
33+
34+
## How to use this app
35+
36+
1) **The program is designed for Debian, so avoid using other distributions and systems or redesign the program to avoid errors.**
37+
38+
2) Download *all* files and put them in a one directory.
39+
40+
3) Enter the directory.
41+
```
42+
cd /path_to/spynix
43+
```
44+
45+
4) Compile and run the program with *clang*.
46+
- Compilation example
47+
```
48+
clang -W -o spynix src/main.c
49+
```
50+
5) Launch the app to see all available options.
51+
```
52+
./spynix --help
53+
```
54+
---

main

-16.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)