Skip to content

Commit 35f35d9

Browse files
committed
Installation guide updated
1 parent 1881f39 commit 35f35d9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,16 @@ Then rename and give it permission to execute. For example
5858
```bash
5959
mv geek-life_linux-amd64 geek-life
6060
sudo chmod +x geek-life
61+
./geek-life
6162
```
6263

63-
If you want to install it globally (run from any directory of your system), put it in your systems $PATH directory.
64+
I recommend installing it globally (to run from any directory of your system). It's easy, just put it in your systems $PATH directory.
6465
```bash
6566
sudo mv geek-life /usr/local/bin/geek-life
67+
geek-life
6668
```
67-
Done!
69+
70+
Done! Manage your tasks your way!
6871

6972
## :keyboard: Keyboard shortcuts
7073

0 commit comments

Comments
 (0)