From ee7f81b6654ceac216a3f0b2a87dd51f064a22e8 Mon Sep 17 00:00:00 2001 From: Tobias Schmidt Date: Tue, 3 Dec 2013 17:55:40 +0700 Subject: [PATCH] Add note that pbcopy is only available in OSX Change-Id: I4eda3a5a9117b5021fbc6e3625afa01100c39fa6 --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5fd371b56..01eb8b9ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,9 +7,10 @@ Prometheus, you must use Gerrit. ## Setup 1. Sign in at http://review.prometheus.io/ -2. Set a username and upload an SSH pubkey for git ssh access. `cat - ~/.ssh/id_rsa.pub | pbcopy` will copy your public key to your - clipboard so you can paste it. +2. Set a username and upload an SSH pubkey for git ssh access. + + On OSX you can use `cat ~/.ssh/id_rsa.pub | pbcopy` to copy your public key + to your clipboard so you can paste it. 3. Clone the repo: `git clone http://review.prometheus.io/prometheus` 4. Add your user-specific remote that you will push your changes to: `git remote add ssh://@review.prometheus.io:29418/prometheus`