Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 authored May 18, 2020
1 parent 6787b04 commit af0ce83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Written in C# with .NET Core, which means it is **cross platform**!

Downloading is not (yet) implemented, but is already possible when you use the resulting file into another tool (for most of the formats).

Downloading with [aria2c](https://aria2.github.io/):
`aria2c -i theurlsfile.txt`

Downloading with wget:
`wget -x -i theurlsfile.txt`

Downloading with [aria2c](https://aria2.github.io/) (Does not support directory structure..):
`aria2c -i theurlsfile.txt`

If you have improvements, supply me with a pull request! If you have a format not yet supported, please let me know.

## Prerequisites
Expand Down Expand Up @@ -59,7 +59,7 @@ If you want to learn more or contribute, see the following paragraphs!
4. More help: https://docs.microsoft.com/en-us/dotnet/core/tutorials/with-visual-studio-code

## Building on Linux
1. Install the newest preview of .NET Core 3.0.
1. Install the newest .NET Core 3.1.
2. `git clone https://github.com/KoalaBear84/OpenDirectoryDownloader`
3. `cd OpenDirectoryDownloader/OpenDirectoryDownloader`
4. `dotnet build .`
Expand Down

0 comments on commit af0ce83

Please sign in to comment.