Browse Source

Updated README.md to include description of project

pull/1/head
Brett Langdon 14 years ago
parent
commit
7ded4dcd41
1 changed files with 14 additions and 1 deletions
  1. +14
    -1
      README.md

+ 14
- 1
README.md View File

@ -1,8 +1,21 @@
# Programming In General # Programming In General
Programming In General is a text resource for people to use to learn how to program.
This resource is recommended for both those seasoned verterans who want to learn something new
or even those who have never learned a programming language before.
Programming In General is written in a code agnostic format allowing readers to translate
the examples to which ever programming language they would like.
Enjoy.
## Build PDF
To build from source you must have latex and python installed. To build from source you must have latex and python installed.
To build you just run the provided "build" script which will compile the main .tex source
from the chapter subdirectories. Then it compiles the .pdf version from that
Instructions:
### Instructions:
git clone git@git.blangdon.com:programming_in_general.git git clone git@git.blangdon.com:programming_in_general.git
cd "programming in general" cd "programming in general"


Loading…
Cancel
Save