diff options
| -rw-r--r-- | README.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..138ba87 --- /dev/null +++ b/README.rst @@ -0,0 +1,8 @@ +Installation +============ + +1. git clone https://github.com/syst3mw0rm/hk-app +2. cd hk-app +3. python manage.py syncdb +4. python manage.py runserver + |
