mirror of https://github.com/sbt/sbt.git
Minor clarification of README sections
This commit is contained in:
parent
b8031a7b6e
commit
756f2740f7
13
README.md
13
README.md
|
|
@ -43,11 +43,14 @@ Lastly, it can be used programmatically via its [API](#api) and has a Scala JS [
|
||||||
## Table of content
|
## Table of content
|
||||||
|
|
||||||
1. [Quick start](#quick-start)
|
1. [Quick start](#quick-start)
|
||||||
2. [Why](#why)
|
|
||||||
3. [Usage](#usage)
|
|
||||||
1. [SBT plugin](#sbt-plugin)
|
1. [SBT plugin](#sbt-plugin)
|
||||||
2. [Command-line](#command-line)
|
2. [Command-line](#command-line)
|
||||||
3. [API](#api)
|
3. [API](#api)
|
||||||
|
2. [Why](#why)
|
||||||
|
3. [Usage](#usage)
|
||||||
|
1. [SBT plugin](#sbt-plugin-1)
|
||||||
|
2. [Command-line](#command-line-1)
|
||||||
|
3. [API](#api-1)
|
||||||
4. [Scala JS demo](#scala-js-demo)
|
4. [Scala JS demo](#scala-js-demo)
|
||||||
4. [Limitations](#limitations)
|
4. [Limitations](#limitations)
|
||||||
5. [FAQ](#faq)
|
5. [FAQ](#faq)
|
||||||
|
|
@ -58,7 +61,7 @@ Lastly, it can be used programmatically via its [API](#api) and has a Scala JS [
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
* SBT plugin
|
### SBT plugin
|
||||||
|
|
||||||
Enable the SBT plugin by adding
|
Enable the SBT plugin by adding
|
||||||
```scala
|
```scala
|
||||||
|
|
@ -68,7 +71,7 @@ to `~/.sbt/0.13/plugins/build.sbt` (enables it globally), or to the `project/plu
|
||||||
of a SBT project. Tested with SBT 0.13.8 / 0.13.9.
|
of a SBT project. Tested with SBT 0.13.8 / 0.13.9.
|
||||||
|
|
||||||
|
|
||||||
* CLI
|
### Command-line
|
||||||
|
|
||||||
Download and run its laucher with
|
Download and run its laucher with
|
||||||
```
|
```
|
||||||
|
|
@ -99,7 +102,7 @@ Fetching artifacts
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
* API
|
### API
|
||||||
|
|
||||||
Add to your `build.sbt`
|
Add to your `build.sbt`
|
||||||
```scala
|
```scala
|
||||||
|
|
|
||||||
|
|
@ -43,11 +43,14 @@ Lastly, it can be used programmatically via its [API](#api) and has a Scala JS [
|
||||||
## Table of content
|
## Table of content
|
||||||
|
|
||||||
1. [Quick start](#quick-start)
|
1. [Quick start](#quick-start)
|
||||||
2. [Why](#why)
|
|
||||||
3. [Usage](#usage)
|
|
||||||
1. [SBT plugin](#sbt-plugin)
|
1. [SBT plugin](#sbt-plugin)
|
||||||
2. [Command-line](#command-line)
|
2. [Command-line](#command-line)
|
||||||
3. [API](#api)
|
3. [API](#api)
|
||||||
|
2. [Why](#why)
|
||||||
|
3. [Usage](#usage)
|
||||||
|
1. [SBT plugin](#sbt-plugin-1)
|
||||||
|
2. [Command-line](#command-line-1)
|
||||||
|
3. [API](#api-1)
|
||||||
4. [Scala JS demo](#scala-js-demo)
|
4. [Scala JS demo](#scala-js-demo)
|
||||||
4. [Limitations](#limitations)
|
4. [Limitations](#limitations)
|
||||||
5. [FAQ](#faq)
|
5. [FAQ](#faq)
|
||||||
|
|
@ -58,7 +61,7 @@ Lastly, it can be used programmatically via its [API](#api) and has a Scala JS [
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
* SBT plugin
|
### SBT plugin
|
||||||
|
|
||||||
Enable the SBT plugin by adding
|
Enable the SBT plugin by adding
|
||||||
```scala
|
```scala
|
||||||
|
|
@ -68,7 +71,7 @@ to `~/.sbt/0.13/plugins/build.sbt` (enables it globally), or to the `project/plu
|
||||||
of a SBT project. Tested with SBT 0.13.8 / 0.13.9.
|
of a SBT project. Tested with SBT 0.13.8 / 0.13.9.
|
||||||
|
|
||||||
|
|
||||||
* CLI
|
### Command-line
|
||||||
|
|
||||||
Download and run its laucher with
|
Download and run its laucher with
|
||||||
```
|
```
|
||||||
|
|
@ -99,7 +102,7 @@ Fetching artifacts
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
* API
|
### API
|
||||||
|
|
||||||
Add to your `build.sbt`
|
Add to your `build.sbt`
|
||||||
```scala
|
```scala
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue