feat: add instructions to import in replit (#48374)

Closes https://github.com/freeCodeCamp/freeCodeCamp/issues/48274
This commit is contained in:
Prince Mendiratta
2022-11-24 16:02:07 +05:30
committed by GitHub
parent 7bc2ba4a91
commit 7b860f920f
38 changed files with 231 additions and 9 deletions

View File

@@ -12,6 +12,10 @@ For this challenge, you will create a program to play Rock, Paper, Scissors. A p
You will be <a href="https://replit.com/github/freeCodeCamp/boilerplate-rock-paper-scissors" target="_blank" rel="noopener noreferrer nofollow">working on this project with our Replit starter code</a>.
- Start by importing the project on Replit.
- Next, you will see a `.replit` window.
- Select `Use run command` and click the `Done` button.
We are still developing the interactive instructional part of the machine learning curriculum. For now, you will have to use other resources to learn how to pass this challenge.
# --instructions--