saved changes before repartition
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user