Downloading the Exercise
Once installed, you can use the CLI to download the exercise to your local machine using the following command (replacing
<exercise-slug>
and<track-slug>
with the relevant values:exercism download --exercise=<exercise-slug> --track=<track-slug>
You don’t have to remember this command structure, as the exercise page lists the appropriate command for that exercise.
Once the download command has finished, the exercise’s files will be downloaded to your local machine.
I am stuck here. Please help