From dd35c08ee47bdfcecf6684697c50771465f0b8b0 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Mon, 1 Jul 2019 13:41:45 -0700 Subject: [PATCH] add Netcat/Telnet Configuration Instructions --- CourseExamples/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CourseExamples/README.md b/CourseExamples/README.md index a6515bbf88..691bc65e98 100644 --- a/CourseExamples/README.md +++ b/CourseExamples/README.md @@ -10,3 +10,9 @@ Updated course examples, under a single Netbeans project with common build tasks These examples are the basis for class programming reviews and homework assignments. You are welcome to modify or adapt them in any way that you want. + +# Netcat/Telnet Configuration Instructions + +Several examples require use of a telnet client. Please see reference instructions at: + +* [Savage Developers Guide: telnet](https://savage.nps.edu/Savage/developers.html#telnet) \ No newline at end of file -- GitLab