Put Table of Contents below preamble (#232)
This commit is contained in:
parent
6e3b43ac9e
commit
340b8e5af4
@ -1,5 +1,5 @@
|
||||
= `just`
|
||||
:toc:
|
||||
:toc: macro
|
||||
:toc-title:
|
||||
|
||||
image:https://img.shields.io/crates/v/just.svg[crates.io version,link=https://crates.io/crates/just]
|
||||
@ -7,7 +7,7 @@ image:https://travis-ci.org/casey/just.svg?branch=master[build status,link=https
|
||||
image:https://badges.gitter.im/just-because/Lobby.svg[chat on gitter,link= https://gitter.im/just-because/Lobby]
|
||||
image:https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg[say thanks,link=https://saythanks.io/to/casey]
|
||||
|
||||
`just` is a handy way to save and run commands.
|
||||
`just` is a handy way to save and run project-specific commands.
|
||||
|
||||
Commands are stored in a file called `justfile` or `Justfile` with syntax inspired by `make`:
|
||||
|
||||
@ -28,6 +28,11 @@ test TEST: build
|
||||
|
||||
If you need help with `just` please feel free to open an issue. Feature requests and bug reports are also always welcome!
|
||||
|
||||
[discrete]
|
||||
== Manual
|
||||
|
||||
toc::[]
|
||||
|
||||
== Installation
|
||||
|
||||
`just` should run on any system with a reasonable `sh`.
|
||||
|
Loading…
Reference in New Issue
Block a user