Readme tweaks
This commit is contained in:
parent
60eda30273
commit
3104754c0d
3
Makefile
3
Makefile
@ -16,4 +16,5 @@ deps:
|
||||
|
||||
clean:
|
||||
rm -f ./pgweb
|
||||
rm -f ./bin/*
|
||||
rm -f ./bin/*
|
||||
rm -r bindata.go
|
15
README.md
15
README.md
@ -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
8
TODO.md
Normal 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
|
Loading…
x
Reference in New Issue
Block a user