Skip to content

Commit

Permalink
Add some "beginners' guide"
Browse files Browse the repository at this point in the history
  • Loading branch information
ropery committed Sep 7, 2014
1 parent 26a27ad commit 6f14e2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HACKING.markdown
Expand Up @@ -5,6 +5,11 @@ This is the guide for anyone who wants to contribute to FFcast. It concerns
style and conventions for this project, as well as general best practice in
programming in the Bourne-Again SHell language.

To understand how FFcast works, besides reading the script, you are encouraged
to experiment with the debug messages enabled, by passing `-vv` as the first
parameter to `ffcast`; the `dump` sub-command exposes the important global
variables via `declare -p`, which should help you grasp their meaning and use.

Coding Style
------------

Expand Down

0 comments on commit 6f14e2c

Please sign in to comment.