change double quotes to backticks for md awesomeness

Change-Id: Ife68c9c67d36ffec24927176ab519f7cb08976a8
This commit is contained in:
Stuart Nelson 2013-10-23 10:16:25 -04:00
parent af5114d81e
commit dd2b5e0e1c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Prometheus, you must use Gerrit.
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 <your-remote-name> ssh://<username>@review.prometheus.io:29418/prometheus`
4. Add Change-Id commit hook: "curl -o .git/hooks/commit-msg http://review.prometheus.io/tools/hooks/commit-msg"
5. Add Change-Id commit hook: `curl -o .git/hooks/commit-msg http://review.prometheus.io/tools/hooks/commit-msg`
6. Make the file executable: `chmod u+x .git/hooks/commit-msg`
7. Commit any local changes to git, then:
8. `git push <your-remote-name> HEAD:refs/for/master`