Skip to content

Commit 8a4432c

Browse files
Update README.md
1 parent bac013f commit 8a4432c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# **LSTimer-Linux**
1+
# **LSTimer**
22

3-
A **minimal**, **accurate**, and **blazingly fast** Rubik’s Cube timer for Linux — built with Rust.
3+
A **minimal**, **accurate**, and **blazingly fast** Rubik’s Cube timer — built with Rust.
44

55
![Overview](screenshots/overview.png)
66

@@ -59,8 +59,8 @@ sudo pacman -S git # Arch Linux
5959
sudo apt install git # Debian/Ubuntu
6060

6161
# Clone the repository
62-
git clone https://github.com/Link-the-Coder/LSTimer-Linux.git ~/LSTimer-linux
63-
cd LSTimer-Linux
62+
git clone https://github.com/Link-the-Coder/LSTimer-Linux.git ~/LSTimer
63+
cd LSTimer
6464

6565
# Install Cargo
6666
sudo pacman -S cargo # Arch Linux
@@ -80,13 +80,13 @@ cargo run --release
8080
# Open the terminal app and paste:
8181

8282
```bash
83-
git clone https://github.com/Link-the-Coder/LSTimer-Linux.git ~/LSTimer-linux
83+
git clone https://github.com/Link-the-Coder/LSTimer-Linux.git ~/LSTimer
8484
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
8585
source $HOME/.cargo/env
8686
```
8787
# Close and reopen the terminal
8888
```bash
89-
cd LSTimer-linux
89+
cd LSTimer
9090
cargo run --release
9191
```
9292

@@ -115,12 +115,12 @@ Paste this (replace `/home/yourname` with your actual username):
115115
[Desktop Entry]
116116
Name=LSTimer
117117
Comment=Launch LSTimer Rust App
118-
Exec=/home/yourname/LSTimer-Linux/LSTimer
118+
Exec=/home/yourname/LSTimer/LSTimer
119119
Terminal=false
120120
Type=Application
121121
Categories=Utility;
122122
StartupNotify=true
123-
Icon=/home/yourname/LSTimer-Linux/icon.png
123+
Icon=/home/yourname/LSTimer/icon.png
124124
```
125125

126126
Save and exit.

0 commit comments

Comments
 (0)