Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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)
Expand All @@ -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

Expand Down