Skip to content

Commit

Permalink
Merge pull request #11 from jdomingu98/jdomingu
Browse files Browse the repository at this point in the history
update README.md file
  • Loading branch information
jdomingu98 authored Apr 6, 2023
2 parents 498905b + d93739f commit 618fec2
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
# minishell

minishell project from 42 school

Download all: git clone --recursive https://github.com/jdomingu98/minishell.git
## Install

Download repository including the libft submodule:
```
git clone --recursive https://github.com/jdomingu98/minishell.git
```

or:

```
git clone https://github.com/jdomingu98/minishell.git
git submodule update --init --recursive
```

## Compilation

To compile the project, execute ```cd``` into the cloned repository and use:

```
make
```

## Run program

To run the program:

```
./minishell
```

0 comments on commit 618fec2

Please sign in to comment.