Commit 97cb776c authored by Mike Jang's avatar Mike Jang

Merge branch 'alejguer-master-patch-13032' into 'master'

Correct use of pbcopy

See merge request gitlab-org/gitlab!55026
parents 1e64d040 e765e51c
......@@ -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