diff --git a/README.md b/README.md
index 2b0bbb6e..8ec8161b 100644
--- a/README.md
+++ b/README.md
@@ -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.
-
Advanced installation / upgrade / uninstall
@@ -285,7 +283,14 @@ $ bpkg install shellspec/shellspec@0.19.1
-#### Others (make / manual)
+#### Others (archive / make / manual)
+
+
+Archive
+
+See [Releases](https://github.com/shellspec/shellspec/releases) page if you want to download distribution archive.
+
+
Make