From f401ce0bc64238c2fa2d3fb6924cb8f3b6243cad Mon Sep 17 00:00:00 2001 From: Jonas Friedmann Date: Fri, 6 Dec 2013 12:20:13 +0100 Subject: [PATCH] Fix Markdown formatting --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a1f59bb..4a61e48 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,13 @@ _How do I get started?_ Install from rubygems (Recommended) -1. _`gem install gitlab_cli`_ +1. `gem install gitlab_cli` Install from the repo (requires rake and bundler). -1. _Clone the repo._ -2. _`rake build`_ -3. _`rake install` (Requires root privileges)._ +1. Clone the repo. +2. `rake build` +3. `rake install` (Requires root privileges). You now have access to the `gitlab` command. @@ -77,7 +77,7 @@ Login to your GitLab web UI, go to 'My Profile', and select the 'Account' tab. _How can I add the repo bin path to my environment PATH variable?_ -Place it in your ~/.bash_profile file. You should end up with something like this: +Place it in your ~/.bash_profile file. You should end up with something like this: `export PATH=$PATH:/path/to/gitlab-cli/repo/bin/` ## How to use (Commands) @@ -96,8 +96,8 @@ Now that Gitlab CLI is distributed as a gem it is increasingly easy to use in yo If you encounter issues with this project, please find help via one of these avenues. -1. _IRC: #gitlab on Freenode - nick dblessing_ -2. _GitHub Issues: Open a new issue here on GitHub_ +1. IRC: #gitlab on Freenode - nick dblessing +2. GitHub Issues: Open a new issue here on GitHub ## Contributing changes