From 8ccacbeceb1a15580b4cd0517d7c4c5d3ee23625 Mon Sep 17 00:00:00 2001 From: k3y0708 Date: Wed, 3 May 2023 23:29:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20ReadMe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ea77b43..ae4fc2a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,5 @@ -# pseudo-terminal-go +# Otter 🦦 Shell -## Install -``` -go get github.com/carmark/pseudo-terminal-go/terminal -``` +Otter 🦦 Shell is a shell written in Go. It is a work in progress. -## Run a test -``` -go build test.go -./test -``` +Thanks to carmark for the perfect preparation with [this](https://github.com/carmark/pseudo-terminal-go) project.