Skip to content

Commit b1690b0

Browse files
authored
Update README.md
1 parent 5556319 commit b1690b0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Smart Tasker is a command-line task tracker built with Rust. It lets you add, li
2525

2626
```bash
2727
# Clone the repo
28-
git clone https://github.com/yourusername/smart-tasker.git
29-
cd smart-tasker
30-
28+
git clone https://github.com/Webrowse/smart-cli-tasker.git
29+
cd smart-cli-tasker
30+
```
3131
# Run any command with cargo
32-
cargo run -- add "Write documentation"
33-
cargo run -- list
34-
cargo run -- complete 2
35-
cargo run -- delete 1
32+
- cargo run -- add "Write documentation"
33+
- cargo run -- list
34+
- cargo run -- complete 2
35+
- cargo run -- delete 1

0 commit comments

Comments
 (0)