Skip to content

Commit

Permalink
[ci skip] README.md: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Feb 8, 2020
1 parent ca62f77 commit a0a5d4d
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ BDD style unit testing framework for POSIX compliant shell script.
- [Requirements](#requirements)
- [Tutorial](#tutorial)
- [Installation](#installation)
- [Online installer](#online-installer)
- [Web installer](#web-installer)
- [Package manager](#package-manager)
- [Others (make / manual)](#others-make--manual)
- [Others (archive / make / manual)](#others-archive--make--manual)
- [Use with Docker](#use-with-docker)
- [Getting started](#getting-started)
- [shellspec command](#shellspec-command)
Expand Down Expand Up @@ -160,7 +160,7 @@ Currently used external (not shell builtins) commands:

### Installation

#### Online installer
#### Web installer

**Install the latest release version.**

Expand All @@ -174,8 +174,6 @@ or
wget -O- https://git.io/shellspec | sh
```

Note: See [Releases](https://github.com/shellspec/shellspec/releases) page if you want to download distribution archive.

<details>
<summary>Advanced installation / upgrade / uninstall</summary>

Expand Down Expand Up @@ -285,7 +283,14 @@ $ bpkg install shellspec/[email protected]

</details>

#### Others (make / manual)
#### Others (archive / make / manual)

<details>
<summary>Archive</summary>

See [Releases](https://github.com/shellspec/shellspec/releases) page if you want to download distribution archive.

</details>

<details>
<summary>Make</summary>
Expand Down

0 comments on commit a0a5d4d

Please sign in to comment.