From 2fc24bd2d7fd98d20265ccde7941e40224c49406 Mon Sep 17 00:00:00 2001 From: Rene Richarz Date: Tue, 20 Aug 2019 20:57:59 +0200 Subject: [PATCH] added a linl --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 89322fb..1da6772 100644 --- a/README.md +++ b/README.md @@ -251,15 +251,15 @@ system and simh properly, before detaching the terminal emulator! **Using tek4010 with a serial link** -Teunis van Beelen has written a helper program to use tek4010 with a serial link. This is beta-test -software at the moment. Feedback to rricharz77@gmail.com is very much appreciated. +Teunis van Beelen has written a [helper program](https://gitlab.com/Teuniz/rs232-console) to use tek4010 with +a serial link. This is beta-test software at the moment. Feedback to rricharz77@gmail.com is very much appreciated. First, install the helper program. The helper program is on gitlab, not github. - cd - git clone git://gitlab.com/Teuniz/rs232-console + cd + git clone git://gitlab.com/Teuniz/rs232-console cd rs232-console - make + make Put a copy of the executable file rs232-console somewhere where your shell will find it, for example in /home/pi/bin or /usr/bin.