1
0
Fork 0

Fix guide

master
Ambrose Chua 2017-12-25 18:32:15 +08:00
parent 7bc5977759
commit beef13d102
Signed by: ambrose
GPG Key ID: B34FBE029276BA5D
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@ Build and run short:
```
go build
export POSTGRES=postgresql://root@localhost:26257/short?sslmode=disable
./short
./short -postgres postgresql://root@localhost:26257/short?sslmode=disable
```
# Usage