forked from shellspec/shellspec
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
@@ -160,7 +160,7 @@ Currently used external (not shell builtins) commands: | |
|
||
### Installation | ||
|
||
#### Online installer | ||
#### Web installer | ||
|
||
**Install the latest release version.** | ||
|
||
|
@@ -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> | ||
|
||
|
@@ -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> | ||
|