Readme tweaks
This commit is contained in:
3
Makefile
3
Makefile
@@ -16,4 +16,5 @@ deps:
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f ./pgweb
|
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:
|
To compile source code run the following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
go get
|
make deps
|
||||||
go build
|
make dev
|
||||||
```
|
```
|
||||||
|
|
||||||
This will produce `pgweb` binary in the current directory.
|
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
|
|
||||||
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
|
||||||
Reference in New Issue
Block a user