mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
Compare commits
3 Commits
1ea88fb193
...
60426dd5ca
Author | SHA1 | Date | |
---|---|---|---|
|
60426dd5ca | ||
|
603c3eef7c | ||
|
e7728e31a9 |
@ -189,7 +189,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[@Craeckie]: https://github.com/Craeckie
|
||||
[@funnym0nk3y]: https://github.com/funnym0nk3y
|
||||
[@Ma27]: https://github.com/Ma27
|
||||
[Unreleased]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.5...HEAD
|
||||
[Unreleased]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.6...HEAD
|
||||
[0.3.6]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.6...v0.3.5
|
||||
[0.3.5]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.5...v0.3.4
|
||||
[0.3.4]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.3...v0.3.4
|
||||
[0.3.3]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.3.2...v0.3.3
|
||||
|
@ -10,7 +10,13 @@ Download content from ILIAS. That includes:
|
||||
## Installation
|
||||
|
||||
**Windows/Linux users**: go to the [releases](../../releases) and download the executable for your operating system.
|
||||
**macOS users**: [Install Rust](https://www.rust-lang.org/tools/install) and compile from source:
|
||||
|
||||
**macOS users**:
|
||||
[Install Rust](https://www.rust-lang.org/tools/install):
|
||||
```
|
||||
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
```
|
||||
and compile from source:
|
||||
```
|
||||
$ cargo install --all-features --git 'https://github.com/FliegendeWurst/KIT-ILIAS-downloader'
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user