From b07585db5e6d29ecf5b248854459ffb46e5bcf6e Mon Sep 17 00:00:00 2001 From: James Read Date: Wed, 19 May 2021 10:42:49 +0100 Subject: [PATCH 1/2] Added a logo to the readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e560c47..8484924 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # OliveTin +project logo + OliveTin is a web interface for running Linux shell commands. Some example **use cases**; From 24678121812b8b7b403c5a64a62bb136075a5131 Mon Sep 17 00:00:00 2001 From: James Read Date: Wed, 19 May 2021 15:15:01 +0100 Subject: [PATCH 2/2] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8484924..e63fd5f 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ OliveTin is a web interface for running Linux shell commands. Some example **use cases**; -1. Give controlled access to run shell commands to less technical folks who cannot be trushed with SSH. I use this so my family can `podman restart plex` without asking me, and without giving them shell access! +1. Give controlled access to run shell commands to less technical folks who cannot be trusted with SSH. I use this so my family can `podman restart plex` without asking me, and without giving them shell access! 2. Great for home automation tablets stuck on walls around your house - I use this to turn Hue lights on and off for example. -3. Sometimes SSH access isn't possible to a server, or you are feeling too lazy to type a long command you run regulary! I use this to send Wake on Lan commands to servers around my house. +3. Sometimes SSH access isn't possible to a server, or you are feeling too lazy to type a long command you run regularly! I use this to send Wake on Lan commands to servers around my house. ## YouTube video demo (6 mins)