Skip to content

Commit

Permalink
Merge pull request #4 from idemacs/doc-fix
Browse files Browse the repository at this point in the history
Fix documentation
  • Loading branch information
nlamirault committed Apr 19, 2015
2 parents 3d512ad + 8daeee8 commit afb5803
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
[![Coverage Status](https://coveralls.io/repos/nlamirault/emacs-gitlab/badge.png)](https://coveralls.io/r/nlamirault/emacs-gitlab)


`emacs-gitlab` provides :
Emacs package `gitlab` provides :
* a REST client to the [Gitlab][] API
* a [Helm][] interface

## Installation

The recommended way to install ``emacs-gitlab`` is via [MELPA][]:
The recommended way to install ``gitlab`` is via [MELPA][]:

M-x package-install emacs-gitlab
M-x package-install gitlab

or [Cask][]:

Expand All @@ -29,7 +29,14 @@ or [Cask][]:

$ (setq gitlab-host "http://mygitlab.com"
gitlab-username "foo"
gitlab-password "bar")
gitlab-token-id "...")

To generate private ``gitlab-token-id`` run:

```
$ curl http://yourgitlabhost/api/v3/session/ --data-urlencode 'login=yourUserName' --data-urlencode 'password=yourPassword'
```


* Show user's projects with helm interface:

Expand Down

0 comments on commit afb5803

Please sign in to comment.