Fix list numbering error #132

Merged
ben merged 1 commits from satchlj/team-site:master into master 2023-08-17 20:36:57 +00:00
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