Skip to content

Commit 30687d0

Browse files
Update README.md
1 parent 9da023a commit 30687d0

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,31 @@ A **minimal**, **accurate**, and **blazingly fast** Rubik’s Cube timer for Lin
2525

2626
### 🧩 Multiple Events
2727

28-
![Multiple Events](screenshots/multiple-events.png)
28+
![Multiple Events](screenshots/events.png)
2929

3030
### 📈 Detailed Stats
3131

32-
![Stats](screenshots/detailed-stats.png)
32+
![Stats](screenshots/stats.png)
3333

3434
---
3535

3636
## 🛠️ Requirements
3737

3838
* Git
39-
* Linux (tested on Arch Linux + Wayland: Hyprland, KDE Plasma 6)
39+
* Any functioning OS
4040
* Rust 1.87 or newer
4141
* Cargo (Rust package manager)
4242

4343
---
4444

4545
## 📦 Installation
4646

47+
### Mac and linux:
48+
49+
# Easy option: install the executable file called /LSTimer and run it
50+
51+
# Or (more complex, only for linux):
52+
4753
**⚠️ Please install packages step-by-step with your correct package manager!**
4854
If unsure, `apt` is likely your package manager (Debian/Ubuntu). Otherwise, search online.
4955

@@ -53,8 +59,8 @@ sudo pacman -S git # Arch Linux
5359
sudo apt install git # Debian/Ubuntu
5460

5561
# Clone the repository
56-
git clone https://github.com/Link-the-Coder/LSTimer-Linux.git
57-
cd LSTimer-Linux
62+
git clone https://github.com/Link-the-Coder/LSTimer-Linux.git ~/LSTimer
63+
cd LSTimer
5864

5965
# Install Cargo
6066
sudo pacman -S cargo # Arch Linux
@@ -86,12 +92,12 @@ Paste this (replace `/home/yourname` with your actual username):
8692
[Desktop Entry]
8793
Name=LSTimer
8894
Comment=Launch LSTimer Rust App
89-
Exec=/home/yourname/LSTimer-Linux/target/release/LSTimer
95+
Exec=/home/yourname/LSTimer/LSTimer
9096
Terminal=false
9197
Type=Application
9298
Categories=Utility;
9399
StartupNotify=true
94-
Icon=/home/yourname/LSTimer-Linux/icon.png
100+
Icon=/home/yourname/LSTimer/icon.png
95101
```
96102

97103
Save and exit.

0 commit comments

Comments
 (0)