Browse Source

Merge pull request #2 from thenaterhood/master

Add instructions for building to readme
ct-martin-patch-1
Nate Levesque 8 years ago
parent
commit
b9b65f2121
1 changed files with 31 additions and 0 deletions
  1. +31
    -0
      README.md

+ 31
- 0
README.md View File

@ -5,6 +5,37 @@ The official governance documents for the RIT Linux Users Group. All
work is open-source and suggestions to improve these documents is
welcome.
All changes to the constitution are required to be submitted to the clubs
office for approval, so actual acceptance of changes may lag a bit. When
new versions of these policies are accepted, they should be printed and
the hard copies in the club binder should be updated.
Requirements
-----------
* texlive-core
* texlive-latexextra
(these are likely available in your package manager, but may be under
different names). You may wish to install additional packages if you
prefer to edit LaTeX in a specialized editor.
Compiling
-----------
These documents are maintained in LaTeX and must be compiled. LaTeX supports
compiling to a variety of formats. In RITlug, we most often need these
documents in PDF format.
Once you have the requirements installed, you can build the policies by
running
`make`
You should then have a governance.zip file, which will contain the PDFs for
the policies.
License
-----------
All documents in this repository are licensed under the
[CC0 1.0 Universal License](https://creativecommons.org/publicdomain/zero/1.0/)
and are released into the public domain.

Loading…
Cancel
Save