-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1ff03e
commit 8645393
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Ananke | ||
![](https://github.com/jacquesCedric/Ananke/blob/master/megadl/Assets.xcassets/AppIcon.appiconset/icon_128x128.png?raw=true) | ||
|
||
A macOS application that allows you to download files and folders from the popular file-sharing service, Mega.nz. This application also bypasses download restrictions for non-pro users. | ||
|
||
### Prerequisites | ||
- MacOS 10.11 or greater | ||
|
||
### How to use | ||
1. Download the app from the [Releases page](https://github.com/jacquesCedric/Ananke/releases) or, optionally, compile from source (see below) | ||
2. Unzip and place in Applications folder | ||
3. Open Application | ||
5. Paste in a Mega link | ||
6. Choose a download location | ||
7. Download! | ||
|
||
### Compilation | ||
1. Clone source | ||
2. Open project in Xcode | ||
3. Compile/run | ||
|
||
### Notes | ||
GPLv3 Licensed. | ||
Relies on the excellent [megatools command line tool](https://github.com/megous/megatools). | ||
Built with Xcode 7.3.1 on macOS 10.11.4 |