Skip to content

Commit d6b56f6

Browse files
committed
[update] readme file
1 parent f58102f commit d6b56f6

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,33 @@
66
* Hooks to execute additional tasks before/after the command.
77

88
## Installation
9-
tbd
9+
```
10+
brew tap mikeborodin/terrun
11+
brew install terrun
12+
```
13+
## Configuration
14+
15+
`terrun configure` will create a starter yaml config at $HOME/.config/terrun/terrun.yaml
16+
17+
Feel free to customize it with your own apps/tasks.
18+
19+
20+
## Usage
21+
`terrun loop` your the keystrokes to specified apps from the config file.
22+
23+
Feel free to customize it with your own apps/tasks.
24+
25+
26+
## Update
27+
```
28+
terrun update
29+
```
30+
You can also use brew
31+
```
32+
brew upgrade terrun
33+
```
34+
35+
1036

1137
## Color codes:
1238
https://raw.github.com/google/ansicolor-dart/master/ansicolor-dart.png

0 commit comments

Comments
 (0)