saved changes before repartition

This commit is contained in:
2025-09-12 12:41:24 +02:00
parent 8158998fbb
commit 161ac6b69d
26 changed files with 528 additions and 150 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
## Dependencies
- Debian/Ubuntu
```
sudo apt-get install make libreadline-dev
```
## How to install
1. Clone the repository
```
git clone https://github.com/sdevsantiago/minishell.git && cd minishell
```
2. Build the project
```
make && make clean
```
3. Execute the program
```
./minishell
```