File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ sudo apt install git # Debian/Ubuntu
6060sudo xbps-install -S git # Void
6161
6262# Clone the repository
63- git clone https://github.com/Link-the-Coder/LSTimer-Linux.git
64- cd LSTimer-Linux
63+ git clone https://github.com/Link-the-Coder/LSTimer-Linux.git ~ /LSTimer
64+ cd LSTimer
6565
6666# Install Cargo
6767sudo pacman -S cargo # Arch Linux
@@ -82,7 +82,7 @@ cargo run --release
8282
8383``` bash
8484# Clone the repository
85- git clone https://github.com/Link-the-Coder/LSTimer-Linux.git
85+ git clone https://github.com/Link-the-Coder/LSTimer-Linux.git ~ /LSTimer
8686cd LSTimer-Linux
8787./LSTimer
8888```
@@ -115,12 +115,12 @@ Paste this (replace `$HOME` with your actual /homer/username for extra safety):
115115[Desktop Entry]
116116Name =LSTimer
117117Comment =Launch LSTimer Rust App
118- Exec =$HOME/LSTimer-Linux/target/release/LSTimer
118+ Exec =$HOME/LSTimer/
119119Terminal =false
120120Type =Application
121121Categories =Utility;
122122StartupNotify =true
123- Icon =/home/yourname/ LSTimer-Linux /icon.png
123+ Icon =$HOME/ LSTimer/icon.png
124124```
125125
126126Save and exit.
You can’t perform that action at this time.
0 commit comments