From 5dc7de73b32be0d3ff71591ace80f9ba6ddc7e06 Mon Sep 17 00:00:00 2001 From: Sergio Date: Sat, 14 Feb 2026 17:53:44 +0100 Subject: [PATCH] update: updated readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89024fd..fa14807 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,20 @@ For detailed info, refer to this project [subject](docs/en.subject.pdf). ### Basic Usage -INSTRUCTIONS +1. **Execute the shell** + +```bash +./minishell +``` + +2. **Interact with it like if it was bash** +```bash +echo "Hello, World!" +... +cat groceries.txt | grep tomatoes +... +echo "Greetings $USER!" > greetings.txt +``` ## 📏 Norminette