Formatted the markdowns and moved the venv in .venv

This commit is contained in:
Nicola Belluti
2025-01-23 11:09:14 +01:00
parent 7e61b07542
commit 25974bf32c
3 changed files with 67 additions and 76 deletions

View File

@@ -1,6 +1,10 @@
## RDGEN is a RustDesk client generator to use with your self-hosted rustdesk server.
# RDGen, a RustDesk client generator to use with your self-hosted RustDesk server
## The client generator is currently hosted [here](https://rdgen.crayoneater.org). If you would like to host the generator yourself, see [here](setup.md)
## This client generator is currently integrated into my rustdesk [api server](https://github.com/bryangerlach/rustdesk-api-server), which is a fork of [rustdesk-api-server](https://github.com/kingmo888/rustdesk-api-server). If you are running my api server, then you will still need to fork RDGEN and go through the setup process, but you won't need to actually run the rdgen server.
The client generator is currently hosted [here](https://rdgen.crayoneater.org).
If you would like to host the generator yourself, see [here](setup.md)
This client generator is currently integrated into my rustdesk [api
server](https://github.com/bryangerlach/rustdesk-api-server), which is a fork
of [rustdesk-api-server](https://github.com/kingmo888/rustdesk-api-server). If
you are running my api server, then you will still need to fork RDGen and go
through the setup process, but you won't need to actually run the rdgen server.