Readme tweaks
This commit is contained in:
13
README.md
13
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
|
||||
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