Skip to content

Commit

Permalink
fix(quickStart.md):增加缺失的字
Browse files Browse the repository at this point in the history
把字补齐了
  • Loading branch information
zy445566 authored and gjmzj committed Apr 29, 2019
1 parent 3bd88bd commit 400f2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup/quickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pip install pip --upgrade -i http://mirrors.aliyun.com/pypi/simple/ --trusted-ho
pip install --no-cache-dir ansible -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
# 配置ansible ssh密钥登陆
ssh-keygen -t rsa -b 2048 回车 回车 回车
ssh-copy-id $IP #$IP为本虚机地址,按照提示输入yes 和root密码
ssh-copy-id $IP #$IP为本虚拟机地址,按照提示输入yes 和root密码
```

`Ubuntu 16.04`中,如果出现以下错误:
Expand Down

0 comments on commit 400f2b3

Please sign in to comment.