Skip to content

Commit 7ded4dc

Browse files
committed
Updated README.md to include description of project
1 parent 0f79738 commit 7ded4dc

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
# Programming In General
22

3+
Programming In General is a text resource for people to use to learn how to program.
4+
This resource is recommended for both those seasoned verterans who want to learn something new
5+
or even those who have never learned a programming language before.
6+
7+
Programming In General is written in a code agnostic format allowing readers to translate
8+
the examples to which ever programming language they would like.
9+
10+
Enjoy.
11+
12+
## Build PDF
13+
314
To build from source you must have latex and python installed.
15+
To build you just run the provided "build" script which will compile the main .tex source
16+
from the chapter subdirectories. Then it compiles the .pdf version from that
417

5-
Instructions:
18+
### Instructions:
619

720
git clone git@git.blangdon.com:programming_in_general.git
821
cd "programming in general"

0 commit comments

Comments
 (0)