Skip to content

Commit

Permalink
fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
roktas committed Sep 25, 2011
1 parent ac47bf5 commit 710f790
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@

- Install required packages

$ sudo apt-get install build-essential
$ sudo apt-get install build-essential

- Fork this repository

- (Preferably) Build examples and APUE library

$ make
$ make

- Populate your own examples in `local*` subdirectories. For example:

$ cd local
$ cd local
$ $EDITOR local.c

**Please note that the main source filename must be same as the subdirectory name (i.e. `local1/local1.c`)**

- Build and run your example

$ cd .. # chdir to top dir
$ make
$ cd .. # chdir to top dir
$ make
$ local/local

0 comments on commit 710f790

Please sign in to comment.