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: 1. create your .ssh directory:
```bash ```bash
mkdir -m 700 ~/.ssh mkdir -m 700 ~/.ssh
``` ```
1. create your keys: 1. create your keys:
```bash ```bash
ssh-keygen -t ed25519 -a 100 ssh-keygen -t ed25519 -a 100
``` ```
1. if you press enter to accept the defaults, your public and private key will 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 be located at `~/.ssh/id_ed25519.pub` and `~/.ssh/id_ed25519` respectively