We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1881f39 commit 35f35d9Copy full SHA for 35f35d9
README.md
@@ -58,13 +58,16 @@ Then rename and give it permission to execute. For example
58
```bash
59
mv geek-life_linux-amd64 geek-life
60
sudo chmod +x geek-life
61
+./geek-life
62
```
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.
65
66
sudo mv geek-life /usr/local/bin/geek-life
67
+geek-life
68
-Done!
69
+
70
+Done! Manage your tasks your way!
71
72
## :keyboard: Keyboard shortcuts
73
0 commit comments