From 1c1546fbdb2b019e38d87f32dcf48ac1ebd36fd1 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Tue, 28 Jan 2025 22:53:20 +0100 Subject: [PATCH] Changed the Readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d909095..44f9561 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # GoSH -A Shell made in Go, for fun +A Shell made in Go, for fun +## Features +At the moment, there isn't much features. +I'm planning to add more features later (like syntax hilighting, a history file and a RC file, etc...). +I'm also learning Go by doing this project. +You can expect breaking changes (or code), the problem has a workaround in the commit message. +If not, the issue will be fixed soon (in case of a typo for example)