From 75f82829f8a2f6bd003d265305fee2f79dfd1312 Mon Sep 17 00:00:00 2001 From: Sam Kottler Date: Sat, 29 Jun 2013 11:11:16 -0400 Subject: Add initial readme file --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..472b977 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +## Kicker +Kicker is a kickstart utility that uses flat files to map MAC addresses +to network and host configuration. + +## Setup +1. Ensure you have python 2.7 with pip installed. +2. `pip install -r requirements.txt` +3. python kicker.py -- cgit