Commit e765e51c authored by Alejandro Guerrero's avatar Alejandro Guerrero Committed by Mike Jang

Correct use of pbcopy

parent 82736c92
......@@ -188,7 +188,7 @@ To use SSH with GitLab, copy your public key to your GitLab account.
**macOS:**
```shell
pbcopy < ~/.ssh/id_ed25519.pub
tr -d '\n' < ~/.ssh/id_ed25519.pub | pbcopy
```
**Linux** (requires the `xclip` package):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment