summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index cd69b2b..0870e39 100644
--- a/INSTALL
+++ b/INSTALL
@@ -17,11 +17,11 @@ To record a stream of events, do
To create a device from the properties, do
- sudo ./tools/evemu-create device.properties
+ sudo ./tools/evemu-device device.properties
To replay a stream of events, do
- sudo ./tools/evemu-play /dev/input/eventY device.data
+ sudo ./tools/evemu-play /dev/input/eventY < device.data
To destroy the device, do