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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,14 @@ This project is like a mash-up of docker-compose and teamocil/tmuxinator for tmu
5
5
6
6
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.
7
7
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
+
8
16
### example.yml
9
17
```yaml
10
18
name: example
@@ -38,7 +46,7 @@ tmux-compose -f example.yml down
38
46
39
47
### Installation
40
48
41
-
tmux-compose was built with Go.
49
+
tmux-compose was built with Go. If you already have Go setup, you can just:
0 commit comments