Merge pull request #7 from chilts/install-and-usage
Add install and usage info to the README
This commit is contained in:
commit
a3019e1e0a
20
README.md
20
README.md
@ -8,3 +8,23 @@ A CLI Browser for BoltDB Files
|
||||
|
||||
![Image of Main Browser]
|
||||
(http://bullercodeworks.com/boltbrowser/ss1.png)
|
||||
|
||||
Installing
|
||||
----------
|
||||
|
||||
Install in the standard way:
|
||||
|
||||
```sh
|
||||
go get github.com/br0xen/boltbrowser
|
||||
```
|
||||
|
||||
Then you'll have `boltbrowser` in your path.
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
Just provide a BoltDB filename to be opened as the first argument on the command line:
|
||||
|
||||
```sh
|
||||
boltbrowser <filename>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user