Skip to content

Commit

Permalink
Added explanations to README and changed defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
wamuM committed Sep 28, 2023
1 parent 2b52d3c commit 5bdf841
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ When installing, this code creates a folder for every part of your course and pu
Inside a Part folder, the `new.sh` can be used to quickly create a folder for a jutge.org problem. It also downloads a pdf explaining the problem and all of the public tests in the `./PN/PXXXXX/samples` directory.
Moreover it creates a `check-samples.sh` that when executed checks if the compiled code passes those tests.
### Git
When installing or by adding/removing the './judge/use-git' file you can configure the jutge enviroment script so it automatically inits git in every problem's repository for version control.
You can configure the jutge enviroment script so it automatically inits git in every problem's repository for version control.
### Exports
Puts the most recent main.cpp file to have passed the check-samples.sh into the main directory with the name `export.cpp` to easily upload it to jutge.org
### Settings Manager
Run `bash settings.sh` in the main directory to open the setting manager script.
## Requirements
To properly run the scripts one should have installed
- git
Expand Down

0 comments on commit 5bdf841

Please sign in to comment.