@@ -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!**
4854If unsure, ` apt ` is likely your package manager (Debian/Ubuntu). Otherwise, search online.
4955
@@ -53,8 +59,8 @@ sudo pacman -S git # Arch Linux
5359sudo 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
6066sudo pacman -S cargo # Arch Linux
@@ -86,12 +92,12 @@ Paste this (replace `/home/yourname` with your actual username):
8692[Desktop Entry]
8793Name =LSTimer
8894Comment =Launch LSTimer Rust App
89- Exec =/home/yourname/LSTimer-Linux/target/release /LSTimer
95+ Exec =/home/yourname/LSTimer/LSTimer
9096Terminal =false
9197Type =Application
9298Categories =Utility;
9399StartupNotify =true
94- Icon =/home/yourname/LSTimer-Linux /icon.png
100+ Icon =/home/yourname/LSTimer/icon.png
95101```
96102
97103Save and exit.
0 commit comments