forked from team/site
1
0
Fork 0

fix list numbering error

added indentation to pre blocks so that it doesn't mess up the list numbering
This commit is contained in:
Satya Benson 2023-08-15 20:56:19 +00:00
parent 7b00c77f89
commit f47b0adc27
1 changed files with 6 additions and 6 deletions

View File

@ -117,15 +117,15 @@ pick your fighter: [[mac](#mac)] | [[windows](#windows-10)] | [[linux](#linux)]
1. create your .ssh directory:
```bash
mkdir -m 700 ~/.ssh
```
```bash
mkdir -m 700 ~/.ssh
```
1. create your keys:
```bash
ssh-keygen -t ed25519 -a 100
```
```bash
ssh-keygen -t ed25519 -a 100
```
1. if you press enter to accept the defaults, your public and private key will
be located at `~/.ssh/id_ed25519.pub` and `~/.ssh/id_ed25519` respectively