Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 061e8ea

Browse files
author
Irene Nikkarinen
committed
Update submit and config command instructions
1 parent 88f8f0d commit 061e8ea

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,14 @@ Once installation is complete, you can log in using `tmc login`. This saves your
8181
server address:
8282
username:
8383
password:
84-
Login successful.
84+
Choose organization by writing its slug:
85+
Do you want to send crash reports for client development? (Y/n)
86+
Do you want to send analytics data for research? (Y/n)
8587
```
8688

89+
You can change your organization with the command `organization`. Use the option `-o` and give the slug of an organization as an argument. Otherwise all available organizations will be listed.
90+
You can inspect and change your settings such as sending data with the command `config`. Use the option `-l` to see your current settings and give `[KEY]=[NEW VALUE]` as arguments to change them.
91+
8792
## Listing courses
8893

8994
Once you have logged in, you can list all the available courses on the server with `tmc courses`.
@@ -96,7 +101,7 @@ c-mooc
96101
javascript-for-lazy-hipsters
97102
```
98103

99-
Note that you can only submit exercises on courses for which you have enrolled.
104+
Note that you can only exercises on courses for which you have enrolled.
100105

101106
## Downloading courses
102107

@@ -127,7 +132,7 @@ All tests passed! Submit to server with 'tmc submit'
127132

128133
## Submitting exercises
129134

130-
You have now completed your first exercise! To submit your exercise, run `tmc submit`. The syntax is the same as for running tests.
135+
You have now completed your first exercise! To submit your exercise, run `tmc submit [exercise-name]` or run `tmc submit` in an exercise directory. The syntax is the same as for running tests.
131136

132137
```
133138
~/tmc-courses/test-course/exercise1 $ tmc submit

0 commit comments

Comments
 (0)