Skip to content

Commit bfac367

Browse files
Update README.md
1 parent bd3e1ca commit bfac367

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ And you're done.
2222

2323
* [Installation](#installation)
2424
* [From source](#from-source)
25+
* [As a binary](#as-a-binary)
2526
* [Configuration](#configuration)
2627
* [Example](#config-example)
2728
* [Usage](#usage)
@@ -44,6 +45,18 @@ which til
4445
til --help
4546
```
4647

48+
### As a Binary
49+
50+
[Download the latest binary](https://github.com/senorprogrammer/til/releases) from GitHub.
51+
52+
til is a stand-alone binary. Once downloaded, copy it to a location you can run executables from (ie: `/usr/local/bin/`), and set the permissions accordingly:
53+
54+
```bash
55+
chmod a+x /usr/local/bin/til
56+
```
57+
58+
and you should be good to go.
59+
4760
## Configuration
4861

4962
When you first run `til --help` it will display the help and usage info. It also will also create a default configuration file.

0 commit comments

Comments
 (0)