-
Notifications
You must be signed in to change notification settings - Fork 19
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
Viper
committed
Aug 14, 2021
1 parent
820fc67
commit bb0226c
Showing
3 changed files
with
17 additions
and
1 deletion.
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,7 @@ | ||
# LINUX README TO INSTALL | ||
|
||
1. First of all, you need to edit the "wallet.crypto.red.txt" file. Simply replace {{value}} by the corresponding one of your computer. There is the icon and exec path to edit, that's it, now rename it from ".txt" to ".desktop". | ||
2. Go to Terminal and to your app folder where this file is located and type: "chmod +x wallet.crypto.red.desktop". | ||
3. Now you need to copy this file to share applications folder by type: "sudo cp wallet.crypto.red.desktop /usr/share/application". | ||
|
||
Enjoy! |
Large diffs are not rendered by default.
Oops, something went wrong.
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,9 @@ | ||
[Desktop Entry] | ||
Version=1.0 | ||
Type=Application | ||
Terminal=false | ||
Exec=/{{home}}/{{your}}/{{path}}/{{to}}/{{wallet.crypto.red-0.0.1-linux-x64}}/wallet.crypto.red | ||
Name=wallet.crypto.red | ||
Comment=Start from scratch and invest in cryptocurrencies and blockchain technology on a wallet made for free, for everyone, forever. | ||
Icon=/{{home}}/{{your}}/{{path}}/{{to}}/{{wallet.crypto.red-0.0.1-linux-x64}}/src/images/logo-transparent.png | ||
Categories=Utility;Application; |