You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix wrong should work until time on break time (#253)
* Fix wrong should work until time on break time
Fixes#229
* Update dependencies
* Remove os-homedir as it's deprecated and built into node
* Update github handle
* Update readme for binary file setup
Copy file name to clipboardExpand all lines: README.md
+20-8Lines changed: 20 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
A command line tool for tracking work hours, as simple as it can get.
4
4
5
5
[](#backers)[](#sponsors)[](https://npmjs.org/moro)
@@ -13,18 +13,30 @@ A command line tool for tracking work hours, as simple as it can get.
13
13
## Install
14
14
15
15
### If you have node and npm
16
+
17
+
You need node version 10 or higher (we haven't tested lower versions)
18
+
19
+
To install just type this into command line:
20
+
16
21
```bash
17
22
npm install -g moro
18
23
19
-
# yarn works too
24
+
#or if you are using yarn, it works too
20
25
yarn global add moro
21
26
```
22
-
You need node version 10 or higher (we haven't tested lower versions)
23
27
24
-
### No node on your machine?
28
+
You are done installing Moro!
25
29
26
-
You can download the executable files from [releases page](https://github.com/omidfi/moro/releases) for Linux, Mac and Windows.
30
+
### (alternative install method) Download the compiled binary file
31
+
We recommend installing moro using npm but if you don't have node and npm on your machine, you can download the executable files from [releases page](https://github.com/albacoretuna/moro/releases) for Linux, Mac and Windows.
32
+
33
+
Remember to copy ./lib/config.json to your home directory and rename it to
34
+
35
+
```
36
+
~/.moro-config.json
37
+
```
27
38
39
+
Then you can copy the downloaded executable file to your path, for example to /bin and start using moro just like the nomral installation.
28
40
29
41
30
42
## Update
@@ -48,7 +60,7 @@ To see the full report of previous days run `moro report --all`.
48
60
Those two steps above should be all you need to know about Moro, but there are 3 ways to learn more:
49
61
50
62
*`$: moro --help`
51
-
* See the documentation: [link](https://github.com/omidfi/moro/blob/master/DOCUMENTATION.md)
63
+
* See the documentation: [link](https://github.com/albacoretuna/moro/blob/master/DOCUMENTATION.md)
52
64
* Or check this screen recording: [link](https://asciinema.org/a/106792)
53
65
54
66
## Frequently Asked Questions (FAQ)
@@ -93,9 +105,9 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
93
105
94
106
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
0 commit comments