mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 08:45:30 +03:00
README.md: Add developer-specific information.
Cloning a Go project is a weird thing for developers unfamiliar with the language. This closes #77.
This commit is contained in:
parent
2ac2c8812f
commit
c31e7fbab5
14
README.md
14
README.md
@ -118,6 +118,20 @@ Interested by how it works ? Have a look at the [data model](doc/model.md).
|
||||
|
||||
## Contribute
|
||||
|
||||
Developers unfamiliar with Go may try to clone the repository using "git clone".
|
||||
Instead, one should use:
|
||||
|
||||
```shell
|
||||
go get -u github.com/MichaelMure/git-bug
|
||||
```
|
||||
|
||||
The git repository will then be available:
|
||||
|
||||
```shell
|
||||
# Note that $GOPATH defaults to $HOME/go
|
||||
$ cd $GOPATH/src/github.com/MichaelMure/git-bug/
|
||||
```
|
||||
|
||||
PRs accepted. Drop by the [Gitter lobby](https://gitter.im/the-git-bug/Lobby) for a chat.
|
||||
|
||||
## Contributors
|
||||
|
Loading…
Reference in New Issue
Block a user