Files
minishell/README.md

24 lines
300 B
Markdown

## 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
```