actually say something useful

This commit is contained in:
Al Beano 2017-07-15 17:14:40 +01:00
parent 44dc587e1f
commit 6525ef9f80
1 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# cyberman
how to deploy: ??????????
how to deploy: ~~??????????~~
```
cpanm --installdeps .
sqlite3 db.sqlite
(sqlite prompt) .read schema.sql
(sqlite prompt) .q
plackup
```