diff --git a/README.md b/README.md index b9f81e2..ee8f498 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ If everything worked properly, when you launch the application chrome should lau ## Follow these steps to solve a Datacamp course 1. Open a browser and log into Datacamp, then find the course you want to be solved and open the course so that you are at one of the problems/exercises. Now, copy the link of that page, it should look something like `https://campus.datacamp.com/courses/supervised-learning-with-scikit-learn/classification?ex=1` (if it has `ex=` a number, you've got the right link) 2. Next, launch DCS Terminal and once you see ![image](https://user-images.githubusercontent.com/85963782/159138489-a51fdbbf-43de-45c2-8f0d-8574f52f5419.png), type: `setcreds YourDatacampEmail@email.com YourDatacampPassword` and press enter. *This will store your login information, so next time you want to use the terminal, you won't have to enter it again.* -3. Type `login` and wait for the chrome tab to be fully logged into Datacamp. If the login fails, try running the command again. -4. Finally, with the link you copied earlier, type: `solvecourse TheLinkYouCopied`. If you want to set a delay, or wait time in between the solving of each exercise, see `Extra terminal commands` below +3. Type `login` and wait for the chrome tab to be fully logged into Datacamp. *If the login fails, try running the command again.* +4. Finally, with the link you copied earlier, type: `solvecourse TheLinkYouCopied`. *If you want the program to redo a course to get you XP from it again, type:* `solvecourse TheLinkYouCopied --autoreset`. If you want to set a delay, or wait time in between the solving of each exercise, see `Extra terminal commands` below 5. Sit back and relax! You can have the terminal and the chrome tab minimized and continue to use your computer, try not to use copy and paste too much while it is running as the terminal copies the answers, then pastes them into Datacamp. **If you did everything right, your terminal should look like this and the course should be getting solved.**