Bug 1331813

Summary: Installation steps have a little error in a command
Product: Container Development Kit (CDK) Reporter: Spolti <fspolti>
Component: documentationAssignee: Robert Krátký <rkratky>
Status: CLOSED CURRENTRELEASE QA Contact: David Kutálek <dkutalek>
Severity: unspecified Docs Contact: Robert Krátký <rkratky>
Priority: unspecified    
Version: ---CC: aos-bugs, jgreguske, jokerman, kanderso, langdon, mmccomas, vigoyal
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-19 13:10:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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.