Skip to content

Commit 7825759

Browse files
author
sysadt
authored
Update README.md
1 parent 0a7dbfe commit 7825759

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ These Ansible playbooks are made to help install secure Linux servers faster.
55

66
## How to get started
77
1. Install [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)
8-
2. git-clone this repository
9-
3. [Create SSH-Public/Private-Keys](https://github.com/imthenachoman/How-To-Secure-A-Linux-Server#ssh-publicprivate-keys)
8+
2. git clone this repository
9+
```
10+
git clone https://github.com/sysadt/How-To-Secure-A-Linux-Server-With-Ansible
11+
cd How-To-Secure-A-Linux-Server-With-Ansible
12+
```
13+
14+
4. [Create SSH-Public/Private-Keys](https://github.com/imthenachoman/How-To-Secure-A-Linux-Server#ssh-publicprivate-keys)
1015
```
1116
ssh-keygen -t ed25519
1217
```

0 commit comments

Comments
 (0)