diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |
