1234567891011121314151617181920212223242526272829303132333435363738 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Install eDEX-UI on Debian - Awesome Terminal Emulator</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Linux,Debian,eDEX-UI,Terminal,Tron">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Install eDEX-UI on Debian - Awesome Terminal Emulator">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Install eDEX-UI on Debian - Awesome Terminal Emulator</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Download eDEX-UI <a href="https://github.com/GitSquared/edex-ui/releases/latest" target="_blank">Download</a></li>
- <li>Launch a terminal and execute the following command to make the .AppImage file executable<br />
- <code class="codeBlock">cd ~/Downloads<br />
- chmod a+x eDEX-UI*.AppImage<br />
- ./eDEX-UI*.AppImage</code></li>
- <li>Nerd out over this awesome terminal emulator</li>
- </ol>
- <p>Source: <a href="https://github.com/GitSquared/edex-ui" target="_blank">https://github.com/GitSquared/edex-ui</a></p>
- </div>
- </div>
- </body>
- </html>
-
|