Skip to content

Commit

Permalink
Improves build and contribution instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosk committed Dec 20, 2015
1 parent 913f999 commit 6df9e45
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ maintainer is [Daniel Bosk][dbosk]. The latest release can be found under
File Structure and Building
-------------------------------------------------------------------------------

To build the PDF, you must download the source code and its required
*To build* the PDF, after cloning the repository you must clone its required
submodules:

```shell
$ git clone [email protected]:dbosk/pricomlab.git
$ git submodule update --recursive --init
$ make
```
Expand All @@ -38,3 +37,9 @@ The source files are structured as follows:
- `pricomlab.bib` contains the bibliography entries, thus this file can be
included along with the reading instructions.

*To contribute*, please [fork the repository][ForkARepo], make your changes,
commit them and then create a [pull request][PullRequest] in the original
repository.

[ForkARepo]: https://help.github.com/articles/fork-a-repo/
[PullRequest]: https://help.github.com/articles/using-pull-requests/

0 comments on commit 6df9e45

Please sign in to comment.