Make setup failed because "curl" wasn't found #31
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
In my first attempt to run
make setup
after cloning the project, the following command returned an error since I didn't have curl yet (just installed OS)cd [...]/querido-diario-toolbox/tests/bin && curl -L -O https://github.com/tabulapdf/tabula-java/releases/download/v1.0.4/tabula-1.0.4-jar-with-dependencies.jar /bin/sh: 1: curl: not found make: *** [Makefile:18: download-binaries] Error 127
After I installed curl, make setup finished without errors
The text was updated successfully, but these errors were encountered: