diff options
author | Michael Muré <batolettre@gmail.com> | 2018-12-10 00:25:46 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-12-10 00:25:46 +0100 |
commit | 63807382d345d93a939c8ffb8bed04fa2a840f66 (patch) | |
tree | 78956dd40451d35ac272a40c26c2ad6c38b46fc2 /README.md | |
parent | a71d433f5e8f8499e97c799de7e9462c2b85014b (diff) | |
download | git-bug-63807382d345d93a939c8ffb8bed04fa2a840f66.tar.gz |
Readme: add more explanation about the dev process
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -118,8 +118,9 @@ 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: +PRs accepted. Drop by the [Gitter lobby](https://gitter.im/the-git-bug/Lobby) for a chat or browse the issues to see what is worked on or discussed. + +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 @@ -132,7 +133,10 @@ The git repository will then be available: $ 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. +You can now run `make` to build the project, or `make install` to install the binary in `$GOPATH/bin/`. + +To work on the web UI, have a look at [the dedicated Readme.](webui/Readme.md) + ## Contributors |