Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am just confused on how to access my first exercise. #67

Open
curchadw opened this issue Sep 28, 2019 · 2 comments
Open

I am just confused on how to access my first exercise. #67

curchadw opened this issue Sep 28, 2019 · 2 comments

Comments

@curchadw
Copy link

I don't know if this is the right place to ask this, but I need clear instruction on how to get access to my code to edit it. I did install the cli program but don't know where to go from there. THe setup tutorial on youtube I saw was for linux and I am on WIndows....Help please!!

@NobbZ
Copy link
Member

NobbZ commented Sep 28, 2019

Which tutorial have you seen?

But after the installation the steps are the same on all platforms. Open a terminal and use the exericsm download --exercise=… --track=… command displayed on the web site, to the right of the exercise you want to solve next.

This will print a path in its message, telling you to where the exercise has been downloaded to. You need to open that folder in the editor of your choice, also you need to navigate to that folder in a terminal.

Then you use your editor to edit the code as necessary while using the tracks tool chain to run the tests and verify your implementation.

After all tests are passing, you use exercism submit <FILE> from within the solutions folder to upload the solution to the website.

@curchadw
Copy link
Author

curchadw commented Sep 28, 2019 via email

@NobbZ NobbZ transferred this issue from exercism/cli Sep 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants