-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improves build and contribution instructions
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|
@@ -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/ |