You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
TMC-CLI should now be installed. You can try running it with `tmc`.
35
35
36
36
###Manual installation
37
37
38
-
Download the latest [release](https://github.com/tmc-cli/tmc-cli/releases/latest). If you use Linux or OS X, choose "tmc". If you use Windows, choose "tmc-cli-[VERSION].jar".
38
+
Download the latest [release](https://github.com/testmycode/tmc-cli/releases/latest). If you use Linux or OS X, choose "tmc". If you use Windows, choose "tmc-cli-[VERSION].jar".
39
39
40
40
If you downloaded "tmc", navigate to the download directory on your terminal and make it executable with `chmod u+x ./tmc`.
41
41
@@ -173,8 +173,19 @@ https://link.to.paste/bin
173
173
174
174
You cannot submit exercises that you have completed.
175
175
176
+
# Contribute
177
+
178
+
1.[Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device
179
+
2. Install the dependencies: `mvn dependency:go-offline`
180
+
3. Build the code : `mvn package`
181
+
4. Run the tests : `mvn test`
182
+
5. Run the checkstyle : `mvn checkstyle:check`
183
+
184
+
## Crafting a release
185
+
Releases are automatically built in Travis and pushed to GitHub releases. Once ready to release, update version in pom.xml and gat the commit accordingly. Once tests have passed a new release is uploaded to travis. Note: only travis runs with tag set are used for releases.
186
+
176
187
##Disclaimer
177
188
178
-
This software is licensed under [the MIT license](https://raw.githubusercontent.com/tmc-cli/tmc-cli/instructions/LICENSE).
189
+
This software is licensed under [the MIT license](https://raw.githubusercontent.com/testmycode/tmc-cli/instructions/LICENSE).
179
190
180
191
This software comes with no warranty. University of Helsinki and the tmc-cli developers are not responsible for any damages caused by misuse or misbehaviour of this software.
0 commit comments