Skip to content

Commit fb33618

Browse files
authored
Update README.md
1 parent 2fcc708 commit fb33618

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ This project is like a mash-up of docker-compose and teamocil/tmuxinator for tmu
55

66
You create YAML config files that detail what windows and panes should be created and any commands that should be run in them. Then, you can setup dependencies between panes and windows to orchestrate the order in which the commands are run.
77

8+
- [Example Usage](#exampleyml)
9+
- [Installation](#installation)
10+
- [Build from source](#build-from-source)
11+
- [Project Options](#project)
12+
- [Windows Options](#windows)
13+
- [Panes Options](#panes)
14+
15+
816
### example.yml
917
```yaml
1018
name: example
@@ -38,7 +46,7 @@ tmux-compose -f example.yml down
3846

3947
### Installation
4048

41-
tmux-compose was built with Go.
49+
tmux-compose was built with Go. If you already have Go setup, you can just:
4250

4351
```bash
4452
go get github.com/kevinms/tmux-compose.git

0 commit comments

Comments
 (0)