diff --git a/docs/installation_guide.md b/docs/installation_guide.md index d9410617c..4c7f2bc31 100644 --- a/docs/installation_guide.md +++ b/docs/installation_guide.md @@ -78,8 +78,8 @@ The installation procedure involves the following steps: 1. Select either the online or offline installer for the version you want to install. 1. Use `tar` to extract the installer package: - - Online installer:
bash $ tar xvf harbor-online-installer-version.tgz
- - Offline installer:
bash $ tar xvf harbor-offline-installer-version.tgz
+ - Online installer:
bash $ tar xvf harbor-online-installer-version.tgz
+ - Offline installer:
bash $ tar xvf harbor-offline-installer-version.tgz
## Configure Harbor @@ -358,7 +358,7 @@ You can use certificates that are signed by a trusted third-party CA, or you can storage_service   - By default, Harbor stores images and chart on your local filesystem. In a production environment, you may consider use other storage backend instead of the local filesystem, like S3, OpenStack Swift, Ceph, etc. These parameters are configurations for registry. + By default, Harbor stores images and charts on your local filesystem. In a production environment, you may consider use other storage backend instead of the local filesystem, like S3, OpenStack Swift, Ceph, etc. These parameters are configurations for registry. See *Configuring Storage Backend* below for more information.