From 9acb006e59e3e5f6c0ac22b77a5e0ad6ec7ed4ca Mon Sep 17 00:00:00 2001 From: Zhi Wang Date: Tue, 11 Jan 2022 21:38:09 -0500 Subject: [PATCH] add links to README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 270fc8f..ee75113 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ ___AGAIN, Do NOT run this in an untrusted network. You will expose your shell to anyone that can access your network and Do NOT leave the server running.___ -This program is written in the go programming language, using the -Gin web framework, gorilla/websocket, pty, and xterm.js! +This program is written in the [go programming language](https://go.dev/), using the +[Gin web framework](https://github.com/gin-gonic/gin), [gorilla/websocket](https://github.com/gorilla/websocket), [pty](https://github.com/creack/pty), and the wonderful [xterm.js](https://xtermjs.org/)! The workflow is simple, the client will initiate a terminal -window (xterm.js) and create a websocket with the server, which relays the data between pty and xterm. +window (xterm.js) and create a websocket with the server, which relays the data between pty and xterm. You can customize the look and feel of the HTML pages by editing files under the ```assets``` directory. ## Installation @@ -46,7 +46,7 @@ window (xterm.js) and create a websocket with the server, which relays the data The program has been tested on Linux, WSL2, Raspberry Pi 3B (Debian), and MacOSX using Google Chrome, Firefox, and Safari. -## An Screencast featuring older version of web_terminal +## An Screencast featuring an older version of web_terminal Here is a screencast for sshing into Raspberry Pi running [pi-hole](https://pi-hole.net/)