Skip to content

Commit

Permalink
Move recipes list to another section
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed May 13, 2019
1 parent e2f38f2 commit bba45d2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Terminer is an cross-platform installer for terminal presets. Install Fish or ZS
- [Installation](#installation)
- [Usage](#usage)
- [Quick start](#quick-start)
- [Recipe](#recipe)
- [Available recipes](#available-recipes)
- [What is a Recipe](#what-is-a-recipe)
- [Available commands](#available-commands)
- [`install`](#install)
- [`rollback`](#rollback)
Expand Down Expand Up @@ -61,9 +62,11 @@ To rollback a recipe from official repository, run:
terminer rollback [recipe name]
```

To see all official recipes, navigate to the [`recipes`](./recipes) directory.
### Available recipes

### Recipe
To see all maintained recipes, navigate to the [**`recipes`**](./recipes) directory.

### What is a Recipe

Recipe is a YAML or JSON file with shell commands put in a proper order. Recipe consists of stages, which contain steps. Every step is a different shell command.

Expand Down

0 comments on commit bba45d2

Please sign in to comment.