From 1f66d594fe522bf5dcd05cf71a503b45c41b337c Mon Sep 17 00:00:00 2001
From: Ethan Jones <ethan.connor.jones@gmail.com>
Date: Thu, 21 Nov 2019 17:40:37 -0700
Subject: [PATCH] create readme

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b9b45d4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+## Web Terminal
+
+This is a basic ubuntu based web terminal that serves as an interactive portfolio of mine.
+You are welcome to use it, I just ask for credit.
+
+It features a command system, as well as an "auto typer" that automatically types out and enters commands from code.
+This is useful for visitors that are not familiar with CLIs and broadens the amount of people who can navigate it.
+To increase this further, files listed with "ls" and other places can be clicked on to automatically execute commands like cat
-- 
GitLab