From 21db8199ed1872b1d15e806d1eeea17350461b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A8Rene=20Richarz?= <¨rene.richarz@bluewin.ch¨> Date: Tue, 26 Mar 2019 18:05:25 +0100 Subject: [PATCH] absolute path necessary --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ff6111..78c3400 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ of the system, for example rsh -l rene pdp11 -Only if this works properly, you can use the tek4010 emulator. Call is as follows: +Only if this works properly, you can use the tek4010 emulator. Call it as follows: - tek4010 rsh -l user_name system + tek4010 /usr/bin/rsh -l user_name system In principle, other commands such as telnet instead of rsh could also be used, but have not yet been tested.