shithub: rd

Download patch

ref: f5d7994323a2108a6cbd9ca6213407d3aeb32d44
parent: 4aef25cf316cd6d638c49ec8dcfb9aa454790bff
author: Yaroslav K <yarikos@gmail.com>
date: Tue Mar 10 07:22:23 EDT 2026

Refresh README.md

--- a/README.md
+++ b/README.md
@@ -1,3 +1,9 @@
 # README #
 
-*Rd* is a remote desktop client for Plan 9 operating system implementing RDP, the Microsoft's Remote Desktop Protocol. Initially started as a feature-cut fork of the X11 *rdesktop* client, it eventually grew into something different. It does not support pre-RDP5 protocol versions and requires the server to support an equivalent of *STARTTLS* (Windows XP SP2/2003 and up). The X.509 certs presented by servers are checked with `okThumbprint` against the list kept in `/sys/lib/tls/rdp` file.
\ No newline at end of file
+*Rd* is a remote desktop client for Plan 9 operating system
+implementing RDP, the Microsoft's Remote Desktop Protocol.
+
+It does not support pre-RDP5 protocol versions and requires the server
+to support an equivalent of *STARTTLS* (Windows XP SP2/2003 and up).
+The X.509 certs presented by servers are checked with `okThumbprint`
+against the list kept in `/sys/lib/tls/rdp` file.
--