mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Add sync_url instructions to README
This commit is contained in:
parent
73c3eb0984
commit
d73c778b0a
15
README.md
15
README.md
@ -2,6 +2,7 @@
|
||||
|
||||
**P**rogramm zum **F**lotten, **E**infachen **R**unterladen von **D**ateien
|
||||
|
||||
- [Quickstart with `sync_url`](#quickstart-with-sync_url)
|
||||
- [Installation](#installation)
|
||||
- [Upgrading from 2.0.0 to 2.1.0+](#upgrading-from-200-to-210)
|
||||
- [Example setup](#example-setup)
|
||||
@ -12,6 +13,20 @@
|
||||
- [Transform combinators](#transform-combinators)
|
||||
- [A short, but commented example](#a-short-but-commented-example)
|
||||
|
||||
## Quickstart with `sync_url`
|
||||
|
||||
The `sync_url` program allows you to just synchronize a given ILIAS URL (of a
|
||||
course, a folder, your personal desktop, etc.) without any extra configuration
|
||||
or setting up. Download the program, open ILIAS, copy the URL from the address
|
||||
bar and pass it to sync_url.
|
||||
|
||||
It bundles everything it needs in one executable and is easy to
|
||||
use, but doesn't expose all the configuration options and tweaks a full install
|
||||
does.
|
||||
|
||||
1. Download the `sync_url` binary from the [latest release](https://github.com/Garmelon/PFERD/releases/latest).
|
||||
2. Run the binary in your terminal (`./sync_url` or `sync_url.exe` in the CMD) to see the help and use it
|
||||
|
||||
## Installation
|
||||
|
||||
Ensure that you have at least Python 3.8 installed.
|
||||
|
Loading…
Reference in New Issue
Block a user