File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
5959sudo 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
6666sudo 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
8484curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
8585source $HOME /.cargo/env
8686```
8787# Close and reopen the terminal
8888``` bash
89- cd LSTimer-linux
89+ cd LSTimer
9090cargo run --release
9191```
9292
@@ -115,12 +115,12 @@ Paste this (replace `/home/yourname` with your actual username):
115115[Desktop Entry]
116116Name =LSTimer
117117Comment =Launch LSTimer Rust App
118- Exec =/home/yourname/LSTimer-Linux /LSTimer
118+ Exec =/home/yourname/LSTimer/LSTimer
119119Terminal =false
120120Type =Application
121121Categories =Utility;
122122StartupNotify =true
123- Icon =/home/yourname/LSTimer-Linux /icon.png
123+ Icon =/home/yourname/LSTimer/icon.png
124124```
125125
126126Save and exit.
You can’t perform that action at this time.
0 commit comments