how to install on my ubuntu
Closed this issue · 3 comments
Deleted user commented
i downloaded this app on my ubuntu 16.04 but i can't install it
help me
overcat commented
You just need to run these commands in your Terminal.
wget https://github.com/stellarchat/desktop-client/releases/download/v3.4/StellarDesktopLinux64-v3.4.zip
unzip StellarDesktopLinux64-v3.4.zip
cd StellarDesktopLinux64-v3.4
chmod +x StellarWallet
./StellarWallet
Please replace v3.4
with the latest version.
polentafredda commented
@overcat , i followed the command you wrote here, but it dont really get installed,i have to re-run it from cd everytime it get closed
any suggestion
thanks
overcat commented
@polentafredda This is a portable application, you do not need to install it, just run it directly.
If you want to make it appear in the application menu, you have to configure it by yourself, for Ubuntu, please check here for more details: https://askubuntu.com/questions/281293/creating-a-desktop-file-for-a-new-application
I recommend you add an alias for the application in your .bashrc file, then you can start the application with just one command.