-
Notifications
You must be signed in to change notification settings - Fork 3
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
Comments
Which tutorial have you seen? But after the installation the steps are the same on all platforms. Open a terminal and use the 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 |
Thanks I will try it when I get home. I'm just on the hello world one now.
…On Sat, Sep 28, 2019, 16:25 Norbert Melzer ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/exercism/cli/issues/884?email_source=notifications&email_token=AKLSVTPPRHC7UTN4ABQPR43QL7DV5A5CNFSM4I3PT6B2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD73CXKY#issuecomment-536226731>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKLSVTNHSGOMNWO766H3C5LQL7DV5ANCNFSM4I3PT6BQ>
.
|
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!!
The text was updated successfully, but these errors were encountered: