diff --git a/README.md b/README.md index 8ec927b..fe5c632 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ create user kino with password 'kino'; grant all privileges on database kino to kino; ``` +``` +alter database kino owner to kino; +``` + FIXME ## License diff --git a/build.clj b/build.clj index 76b62fe..22460e2 100644 --- a/build.clj +++ b/build.clj @@ -32,4 +32,4 @@ (b/uber {:class-dir class-dir :uber-file uber-file :basis basis - :main 'kion.system})) \ No newline at end of file + :main 'kino.system})) \ No newline at end of file