From 90e72f0f891aa19f601d71425ca164c6e6592928 Mon Sep 17 00:00:00 2001 From: wowario Date: Sat, 23 May 2020 10:42:15 +0300 Subject: [PATCH] update download links --- content/advanced.md | 21 +++++++++++---------- content/downloads.md | 8 ++++---- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/content/advanced.md b/content/advanced.md index c99838b..4618947 100644 --- a/content/advanced.md +++ b/content/advanced.md @@ -12,24 +12,25 @@ author = "Hugo Authors" ### LINUX Download the Linux 64-bit command line client and extract it ``` -wget https://downloads.getwownero.org/linux64 -tar jxvf linux64 +wget https://github.com/wownero/wownero/releases/download/v0.8.0.0/wownero_Linux_v0.8.tar.xz +tar -xf wownero_Linux_v0.8.tar.xz +cd wownero_Linux_v0.8 ``` -### MAC +### MACOS Download the Mac command line client and extract it ``` -wget https://downloads.getwownero.org/mac64 -tar jxvf mac64 +wget hhttps://github.com/wownero/wownero/releases/download/v0.8.0.0/wownero_macOS_v0.8.dmg +double-click wownero_macOS_v0.8.dmg and drag folder to desired destination +open wownero folder ``` ### WINDOWS -Create a new folder with Windows File Explorer, and use your web browser to download the following file to the new folder -https://downloads.getwownero.org/win64 - -Double click the Wownero zip file that has been downloaded to extract it. Then open Command Prompt. Use the 'cd' command to naviate to your new folder +Download the Mac command line client and extract it ``` -cd wownero +wget https://github.com/wownero/wownero/releases/download/v0.8.0.0/wownero_win64_v0.8.zip +unzip wownero_win64_v0.8.zip +cd wownero_win64_v0.8 ``` ## Run the Wownero daemon diff --git a/content/downloads.md b/content/downloads.md index a8ef650..8209d0e 100644 --- a/content/downloads.md +++ b/content/downloads.md @@ -11,15 +11,15 @@ author = "Hugo Authors" ## Get wowlite Graphical Interface ### Linux GUI -[Wowlite Linux v0.8](https://github.com/wownero/wownero/releases/download/v0.8.0.0/wownero_Linux_v0.8.tar.xz) +[Wowlite Linux 0.1.4](https://github.com/wownero/wow-lite-wallet/releases/download/0.1.4/wowlite_Linux_0.1.4.AppImage) ### Mac OS GUI -[Wowlite macOS v0.8](https://github.com/wownero/wownero/releases/download/v0.8.0.0/wownero_macOS_v0.8.dmg) +[Wowlite macOS 0.1.4](https://github.com/wownero/wow-lite-wallet/releases/download/0.1.4/wowlite_macOS_0.1.4.dmg) ### Windows GUI -[Wowlite Windows v0.8](https://wowbux.org) +[Wowlite Windows v0.8](https://github.com/wownero/wow-lite-wallet/releases/download/0.1.4/wowlite_win64_0.1.4.zip) ## Get wownero Command Line Interface (The CLI wallet is for Advanced Users) @@ -34,7 +34,7 @@ author = "Hugo Authors" ### Windows CLI -[Wow-cli Windows v0.8](https://wowbux.org) +[Wow-cli Windows v0.8](https://github.com/wownero/wownero/releases/download/v0.8.0.0/wownero_win64_v0.8.zip)