Skip to content

Commit

Permalink
feature: added Makefile in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroMartinezQ committed Nov 17, 2020
1 parent 126b80b commit 7ef01d7
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,20 @@ And that's all, simple installation.
<!-- USAGE EXAMPLES -->
## Usage

The new way:

1. Use the new Makefile to compile running the following command
```sh
make
```

2. Use the Makefile to run the shell
```sh
make run
```

The old way:

1. Compile
```sh
gcc myshell.c libparser.a -static -o myshell
Expand All @@ -93,7 +107,7 @@ gcc myshell.c libparser.a -static -o myshell
<!-- CONTRIBUTING -->
## Contributing

Contributions are closed as this is a project which has been already rated. But any suggestions are welcomed via email.
Contributions are closed as this is a project which has been already rated. But any suggestions are welcomed via email, as well as if you find a bug, it would be highly appreciated if it's reported!

<!-- LICENSE -->
## License
Expand Down

0 comments on commit 7ef01d7

Please sign in to comment.