@@ -23,23 +23,22 @@ source code a little and publish it on GitHub.
2323### Installation
2424```
2525cd src
26- zip ../Stud2NC src /*
26+ zip ../Stud2NC.zip . /*
2727cd ..
2828python3 Stud2NC.zip [args]
2929```
3030Copy ` Stud2NC.zip ` and (the configured) ` config.yaml ` to a VPS and configure a
31- crontab (` crontab -e ` :
31+ crontab (` crontab -e ` ) :
3232```
3333*/15 * * * * python3 Stud2NC.zip
3434```
3535
3636### Local sync to file-system
3737The easiest way to fetch files, is to just download them to
3838a local directory. However, this method does not check if
39- the file has already been downloaded before.
40-
41- If you just want to fetch a module with all files and
42- announcements to your disk use:
39+ the file has already been downloaded before. Therefore,
40+ this is useful if you just want to fetch a module with all
41+ files & announcements and save it to your disk.
4342
4443Enter the url and login credentials to the config.yaml
4544to avoid passing everything as command-line args.
@@ -54,8 +53,8 @@ or environment-variables. For example passwords can be
5453injected via the environment whereas the folder configuration
5554should be set in a config file.
5655
57- The ` config.yaml ` in this project can be used as a template
58- it is heavily commented. Replace all the credentials and
56+ The ` config.yaml ` in this project can be used as a template.
57+ It is heavily commented. Replace all the credentials and
5958specify the required modules.
6059
6160### Contribution
0 commit comments