summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2025-02-26 22:56:19 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2025-02-26 22:56:19 +0100
commit473b07758caabdbe868ce68e50970377af2b9be1 (patch)
tree595918515682922f4cc07c60a708281bab1809ef /README.md
parent56b2cd90ddec45f8bc41a924242cae2422aac5cc (diff)
a small readme fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index eef0fc5..7f5a405 100644
--- a/README.md
+++ b/README.md
@@ -28,12 +28,12 @@ This project is a custom shell written in C, designed to mimic basic Unix shell
• 🎨 Screen Clearing: Clear the terminal screen with the clr command.
• 🚪 Graceful Exit: Exit the shell cleanly.
+
⚡ Installation
1. Clone the repository:
-git clone https://github.com/your-username/your-repo-name.git
-cd your-repo-name
-
+git clone https://github.com/nasrlol/unixshell
+cd unixshell
2. Compile the shell: