Use h2 titles instead of h1 in README
This commit is contained in:
parent
9eb2877296
commit
01b4a9de53
10
README.mkd
10
README.mkd
@ -1,8 +1,8 @@
|
|||||||
# Introduction
|
## Introduction
|
||||||
|
|
||||||
Teamocil is a tool used to automatically create sessions, windows and splits in `tmux` with Ruby and YAML. Like [tmuxinator](https://github.com/aziz/tmuxinator), but with splits, not just windows.
|
Teamocil is a tool used to automatically create sessions, windows and splits in `tmux` with Ruby and YAML. Like [tmuxinator](https://github.com/aziz/tmuxinator), but with splits, not just windows.
|
||||||
|
|
||||||
# Usage
|
## Usage
|
||||||
|
|
||||||
$ gem install teamocil
|
$ gem install teamocil
|
||||||
$ mkdir ~/.teamocil
|
$ mkdir ~/.teamocil
|
||||||
@ -10,12 +10,12 @@ Teamocil is a tool used to automatically create sessions, windows and splits in
|
|||||||
$ tmux
|
$ tmux
|
||||||
$ teamocil sample
|
$ teamocil sample
|
||||||
|
|
||||||
# Options
|
## Options
|
||||||
|
|
||||||
* `--here` opens the session from the current window, it doesn’t create an empty first window.
|
* `--here` opens the session from the current window, it doesn’t create an empty first window.
|
||||||
* `--layout` takes a custom file path to a YAML layout file.
|
* `--layout` takes a custom file path to a YAML layout file.
|
||||||
|
|
||||||
# Layout example
|
## Layout example
|
||||||
|
|
||||||
# ~/.teamocil/sample.yml
|
# ~/.teamocil/sample.yml
|
||||||
|
|
||||||
@ -46,6 +46,6 @@ Running `$ teamocil sample` will rename the session to `sample-session` and crea
|
|||||||
| | |
|
| | |
|
||||||
'------------------'------------------'
|
'------------------'------------------'
|
||||||
|
|
||||||
# Contributors
|
## Contributors
|
||||||
|
|
||||||
* Samuel Garneau ([garno](https://github.com/garno))
|
* Samuel Garneau ([garno](https://github.com/garno))
|
||||||
|
Loading…
Reference in New Issue
Block a user