Skip to content

Commit b40979e

Browse files
author
Charlie Saunders
committed
Adds link to releases page to readme.
1 parent 54716d5 commit b40979e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $ <path>/days_between 2018-01-01 --today # -51 when run on 2018-02-21
5959

6060
Date format: `YYYYMMDD` or `YYYY-MM-DD`.
6161

62-
The output format matches the start date format for offset calculations and can be overridden and customized using the format option. If the `today` option is used, the output default format is `YYYY-MM-DD`.
62+
The output format matches the start date format for offset calculations and can be overridden and customized using the format option. If the `today` option is used, the default output format is `YYYY-MM-DD`.
6363

6464
## Options
6565
* -h, --help Print help info
@@ -70,6 +70,10 @@ The output format matches the start date format for offset calculations and can
7070

7171
## Setup
7272

73+
### Download a release binary
74+
See the [GitHub releases](https://github.com/C-Saunders/days_between/releases).
75+
76+
### Build from source with [cargo](https://github.com/rust-lang/cargo)
7377
1. `git clone`
7478
1. `cd days_between`
7579
1. `cargo build --release`

0 commit comments

Comments
 (0)