Skip to content

Commit fd3e79e

Browse files
Update README.md
1 parent 466533d commit fd3e79e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ sudo apt install git # Debian/Ubuntu
6060
sudo 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
6767
sudo 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
8686
cd LSTimer-Linux
8787
./LSTimer
8888
```
@@ -115,12 +115,12 @@ Paste this (replace `$HOME` with your actual /homer/username for extra safety):
115115
[Desktop Entry]
116116
Name=LSTimer
117117
Comment=Launch LSTimer Rust App
118-
Exec=$HOME/LSTimer-Linux/target/release/LSTimer
118+
Exec=$HOME/LSTimer/
119119
Terminal=false
120120
Type=Application
121121
Categories=Utility;
122122
StartupNotify=true
123-
Icon=/home/yourname/LSTimer-Linux/icon.png
123+
Icon=$HOME/LSTimer/icon.png
124124
```
125125

126126
Save and exit.

0 commit comments

Comments
 (0)