diff --git a/Documentation/GettingStarted.md b/Documentation/GettingStarted.md index 536a98b7..04b6dcbf 100644 --- a/Documentation/GettingStarted.md +++ b/Documentation/GettingStarted.md @@ -22,7 +22,13 @@ ### Installation -To install Libation, extract the zip file to a folder, for example `C:\Libation`, and then run Libation.exe from that folder to begin the configuration process and configure your account(s). +* Windows + +Extract the zip file to a folder and then run `Libation.exe` from inside of that folder. + +* [Ubuntu (beta)](InstallOnLinux.md) +* [MacOS (beta)](InstallOnMac.md) +* [Linux and Mac with WINE (Unofficial)](Advanced.md#linux-and-mac) ### Create Accounts diff --git a/Source/LibationAvalonia/README.md b/Documentation/InstallOnLinux.md similarity index 86% rename from Source/LibationAvalonia/README.md rename to Documentation/InstallOnLinux.md index 0981072f..2aa72be6 100644 --- a/Source/LibationAvalonia/README.md +++ b/Documentation/InstallOnLinux.md @@ -1,4 +1,11 @@ -# Run Libation on Ubuntu +## [Download Libation](https://github.com/rmcrackan/Libation/releases/latest) + +### If you found this useful, tell a friend. If you found this REALLY useful, you can click here to [PalPal.me](https://paypal.me/mcrackan?locale.x=en_us) +...or just tell more friends. As long as I'm maintaining this software, it will remain **free** and **open source**. + + + +# Run Libation on Ubuntu (Beta) This walkthrough should get you up and running with Libation on your Ubuntu machine. Some limitations of the linux release are: diff --git a/Documentation/InstallOnMac.md b/Documentation/InstallOnMac.md new file mode 100644 index 00000000..4383ccbb --- /dev/null +++ b/Documentation/InstallOnMac.md @@ -0,0 +1,24 @@ +## [Download Libation](https://github.com/rmcrackan/Libation/releases/latest) + +### If you found this useful, tell a friend. If you found this REALLY useful, you can click here to [PalPal.me](https://paypal.me/mcrackan?locale.x=en_us) +...or just tell more friends. As long as I'm maintaining this software, it will remain **free** and **open source**. + + + +# Run Libation on MacOS (Beta) +This walkthrough should get you up and running with Libation on your Mac. + +## Install Libation + +- Download latest MacOS zip to downloads folder +- Extract and rename folder to Libation +- in terminal type cd and then drag your folder of libation to terminal so it looks like `cd/users/YourName/Downloads/Libation` +- Type following commands + +```console +chmod +x ./Libation +sudo spctl --add --label "Libation" ./Libation +./Libation +``` + +Report bugs to https://github.com/rmcrackan/Libation/issues diff --git a/README.md b/README.md index 6215ef24..61473ba3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ - [Getting started](Documentation/GettingStarted.md) - [Download Libation](Documentation/GettingStarted.md#download-libation-1) - [Installation](Documentation/GettingStarted.md#installation) - - [Installation on Ubuntu](Source/LibationAvalonia/README.md) - [Create Accounts](Documentation/GettingStarted.md#create-accounts) - [Import your library](Documentation/GettingStarted.md#import-your-library) - [Download your books -- DRM-free!](Documentation/GettingStarted.md#download-your-books----drm-free)