Skip to content

Commit 5258cc0

Browse files
authored
Update README.md
1 parent 8ea2f59 commit 5258cc0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
PySysLogQt
1+
# PySysLogQt
2+
Simple `syslog` viewer written in `Python 3`.
3+
4+
**Note: It is nothing too fancy at this point in time. Currently, there are no intentions of making this too fancy. Features may be requested in the _Issues_ page.**
5+
6+
## Run from Source:
7+
Make sure you have `Python 3` and `PyQt5` installed.
8+
In the root directory, execute
9+
```bash
10+
python3 __main__.py
11+
```

0 commit comments

Comments
 (0)