readme md fix

This commit is contained in:
Dan Ballard 2015-05-02 10:14:31 -07:00
parent e6f858d4fd
commit 61d3465e69
1 changed files with 6 additions and 1 deletions

View File

@ -1,17 +1,22 @@
# transmet
Quick fast dirty link store that can dump them to an html template
# install
# Install
## DB setup
Create postgress DB and put details in db/dbconf.yml
on that DB
CREATE EXTENSION pgcrypto;
go get bitbucket.org/liamstask/goose/cmd/goose
goose up
## Build and run
go build
sudo cp transmet.conf /etc/init
sudo service transmet start