stake-house / wagyu-key-gen

GNU General Public License v3.0
60 stars 42 forks source link

Improve Ubuntu Release Instructions #167

Closed valefar-on-discord closed 1 year ago

valefar-on-discord commented 1 year ago

Currently the release instructions on how to use Wagyu with Ubuntu suggest download necessary dependencies to utilize the AppImage.

This has caused confusion for quite a few users specifically on where and how to properly download and utilize those dependencies.

My suggestion is to update the Ubuntu instructions of the release page to include an alternative set of instructions:

chmod 777 <Wagyu AppImage File>
./<Wagyu AppImage File> --appimage-extract
cd <new directory that was created>
./AppRun

An example being:

chmod 777 Wagyu.Key.Gen-1.7.0.AppImage
./Wagyu.Key.Gen-1.7.0.AppImage --appimage-extract
cd squashfs-root
./AppRun
remyroy commented 1 year ago

Good point. I've updated the release notes on https://github.com/stake-house/wagyu-key-gen/releases/tag/v1.7.0 with these instructions.