Readme tweaks

This commit is contained in:
Dan Sosedoff 2014-10-13 18:31:28 -05:00
parent 60eda30273
commit 3104754c0d
3 changed files with 13 additions and 13 deletions

View File

@ -16,4 +16,5 @@ deps:
clean:
rm -f ./pgweb
rm -f ./bin/*
rm -f ./bin/*
rm -r bindata.go

View File

@ -26,17 +26,8 @@ brew install go
To compile source code run the following command:
```
go get
go build
make deps
make dev
```
This will produce `pgweb` binary in the current directory.
## TODO
- [ ] Change server port to something better
- [ ] Add ability to switch between databases
- [ ] More detailed usage / help section
- [ ] Build for linux and windows
- [ ] Add view to see table details (not only structure)
- [ ] Make results table rows sortable
This will produce `pgweb` binary in the current directory.

8
TODO.md Normal file
View File

@ -0,0 +1,8 @@
## TODO
- [ ] Change server port to something better
- [ ] Add ability to switch between databases
- [ ] More detailed usage / help section
- [ ] Build for linux and windows
- [ ] Add view to see table details (not only structure)
- [ ] Make results table rows sortable