MostlyAdequate / mostly-adequate-guide

Mostly adequate guide to FP (in javascript)
Other
23.43k stars 1.87k forks source link

Improve exercises instructions #518

Closed FernandoBasso closed 5 years ago

FernandoBasso commented 5 years ago

From the README, it is not clear that the user should change into the exercises directory and install the dependencies there. It is important to mention this because there is indeed a package.json in the exercises directory with a different set of dependencies and scripts to assert the correctness of the exercises' solutions.

KtorZ commented 5 years ago

Hey! Thanks for pointing this out, and sorry for not coming back earlier with this. I've actually added a small README in the exercises/ folder to give clearer instructions there. PR are welcome to improve the README :smile: !