Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chema García committed Jul 30, 2012
1 parent 82a02fd commit 7be8ab0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Expand Up @@ -78,17 +78,19 @@ User-friendly DJango project to data interpretation and chart of messages activi

## Environment schema

~/wforensic$ cp -v /tmp/*.db .
'/tmp/msgstore.db' -> `./msgstore.db'
'/tmp/wa.db' -> `./wa.db'
~/wforensic$ cp -v /tmp/*.db ./databases/
'/tmp/msgstore.db' -> `./databases/msgstore.db'
'/tmp/wa.db' -> `./databases/wa.db'
~/wforensic$ ls -1
CHANGELOG
databases
LICENSE
README
**msgstore.db**
tools
**wa.db**
wforensic
~/wforensic$ ls -1 databases/
msgstore.db
wa.db
~/wforensic$

## Running DJango
Expand Down

0 comments on commit 7be8ab0

Please sign in to comment.