Bug 1331813 - Installation steps have a little error in a command
Summary: Installation steps have a little error in a command
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Container Development Kit (CDK)
Classification: Red Hat
Component: documentation
Version: ---
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Robert Krátký
QA Contact: David Kutálek
Robert Krátký
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-29 15:36 UTC by Spolti
Modified: 2016-05-19 13:10 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-19 13:10:24 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Spolti 2016-04-29 15:36:28 UTC
Document URL:
https://access.redhat.com/documentation/en/red-hat-enterprise-linux-atomic-host/version-7/container-development-kit-installation-guide/ 

Section Number and Name:
4.1.3. Setting Up Red Hat CDK Software Components
    -> Install the plugins contained in the plugins directory. 

Describe the issue: 
The command to be executed have the sentence "vagrant plugin install" twice:
vagrant plugin install vagrant plugin install \
  ./vagrant-registration-1.2.1.gem \
  ./vagrant-service-manager-1.0.1.gem \
  ./vagrant-sshfs-1.1.0.gem


Suggestions for improvement: remove the extra words
vagrant plugin install \
  ./vagrant-registration-1.2.1.gem \
  ./vagrant-service-manager-1.0.1.gem \
  ./vagrant-sshfs-1.1.0.gem

Additional information:

Comment 1 Robert Krátký 2016-05-19 13:10:24 UTC
Hi Filippe,

Thanks for reporting this. The doc has been corrected.


Note You need to log in before you can comment on or make changes to this bug.