summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2016-02-02 16:19:33 +0100
committerVictor Häggqvist <[email protected]>2016-02-02 16:19:33 +0100
commita011768cc47c2a7a05869e6efa39ba9972ee44c6 (patch)
tree5fe3a6b35865762610bd39186275bf62fa4e5d23
parentc9f5236ede31edf3ff171abf241069c8bdacdd1c (diff)
update readme
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c937601..d25b914 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,6 @@ goboom is build using Go 1.5 vendoring and godeps.
go build goboom.go
## Install
-
```sh
sudo cp goboom /usr/bin
sudo cp goboom_run /usr/bin
@@ -20,6 +19,8 @@ mkdir -p ~/.goboom
cp config.ini.default ~/.goboom/config.ini
```
+Set your keybinding to `goboom_run`.
+
### Migration from xboomx
goboom will look for a config file in `~/.goboom`.
You will need to will need to convert you old config file to ini-format and name it `config.ini`, see the bundeled default ini-file for guidence.