Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# x11remote
Mouse and keyboard remote control for X11 systems implemented as a HTML5 web app for touchscreen devices.

Expand Down Expand Up @@ -27,9 +29,7 @@ multitude of alternatives.
control of a regular linux system.

## Installation and Usage
The server is written in Haskell, so to build an compile just clone this repository and issue `cabal
install`. Run `x11remote -p PORT` to run x11remote on a custom port. On your touch device just open
The server is written in Python, so to run it just clone this repository and issue `python x11remote.py -p PORT` to run x11remote on a custom port. On your touch device just open
the website at `http://<IP-Address of host>:<selected port>`.

**Arch Linux users:** You can install x11remote from AUR!