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
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ And you're done.
22
22
23
23
*[Installation](#installation)
24
24
* [From source](#from-source)
25
+
* [As a binary](#as-a-binary)
25
26
*[Configuration](#configuration)
26
27
*[Example](#config-example)
27
28
*[Usage](#usage)
@@ -44,6 +45,18 @@ which til
44
45
til --help
45
46
```
46
47
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
+
47
60
## Configuration
48
61
49
62
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