Skip to content

Commit 6ca18ba

Browse files
author
Jeff Sabin
committed
Fixed markup for lists.
1 parent 42453e8 commit 6ca18ba

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,28 +92,28 @@ Create CentOS 6.6 VM instance in AWS
9292
3. Install Requests - "pip install requests".
9393
4. Install argcomplete on LINUX
9494

95-
a. "pip install argcomplete"
96-
b. "sudo activate-global-python-argcomplete"
95+
1. "pip install argcomplete"
96+
2. "sudo activate-global-python-argcomplete"
9797

9898
5. Install argcomplete on OS X
9999

100-
a. Install Homebrew - see http://brew.sh/
101-
b. Install the latest version of BASH "brew install bash". Verify that BASH is 4.2 or greater "echo $BASH_VERSION".
102-
c. Change shell by running "csh" and add "/usr/local/bin/bash" to the end of /etc/shells.
103-
d. Run "activate-global-python-argcomplete --dest /usr/local/etc/bash_completion.d"
104-
e. Run "source /usr/local/etc/bash_completion.d/python-argcomplete.sh"
105-
f. Add "source /usr/local/etc/bash_completion.d/python-argcomplete.sh" to your ./bashrc.
100+
1. Install Homebrew - see http://brew.sh/
101+
2. Install the latest version of BASH "brew install bash". Verify that BASH is 4.2 or greater "echo $BASH_VERSION".
102+
3. Change shell by running "csh" and add "/usr/local/bin/bash" to the end of /etc/shells.
103+
4. Run "activate-global-python-argcomplete --dest /usr/local/etc/bash_completion.d"
104+
5. Run "source /usr/local/etc/bash_completion.d/python-argcomplete.sh"
105+
6. Add "source /usr/local/etc/bash_completion.d/python-argcomplete.sh" to your ./bashrc.
106106

107107
6. Copy src/kb to a location on your machine
108108
7. Add the directory where kb is to your PATH variable - "export PATH=%PATH:/[path to kb]
109109
8. Since AWS instances are not directly accessible from corp, kb uses a jump host. Currenly this is hard coded to use labProxy.
110110

111-
a. Modify /etc/hosts to add "labproxy [jump host name or ip address]"
111+
1. Modify /etc/hosts to add "labproxy [jump host name or ip address]"
112112
9. Install pssh found at https://code.google.com/archive/p/parallel-ssh. Follow instructions in the INSTALL file.
113113
10. Set readonly username and password
114114

115-
a. export KB_READONLY_USER=[username]
116-
b. export KB_READONLY_PASSWORD=[password]
115+
1. export KB_READONLY_USER=[username]
116+
2. export KB_READONLY_PASSWORD=[password]
117117

118118
## Change Prompt
119119
This will change the prompt to show the current environment that is set. I put this in my .bashrc file.

0 commit comments

Comments
 (0)