diff --git a/README.md b/README.md index 4d94db9..da21b3f 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ git clone https://github.com/kevinveenbirkenbach/package-manager.git cd package-manager ``` +Install make and pip if not installed yet: + +```bash +pacman -S make python-pip +``` + Then, run the following command to set up the project: ```bash