summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.