aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-05-18 20:57:03 +0200
committerVictor Häggqvist <[email protected]>2015-05-18 20:57:03 +0200
commitba4d00bbabc853a903f91144526007937462766a (patch)
tree3ed8fe4940918a90856e3026d001c3f236e0bb80
parentf99c36992334d9ea2a8b6b0157178045aa502fc8 (diff)
migration note in readme
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index f6aa3d3..c62b1b0 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,11 @@ mkdir ~/.xboomx
cp etc/config ~/.xboomx/config
```
+### Migration to xboomx 0.7.x, python 3
+xboomx 0.7.x contain breaking changes from previous versions.
+
+To perform the migration make sure you still have python 2 installed, then run `xboomx_python2mirgation.py` which performs the migration. When this is done you are good to start using xboomx 0.7.x.
+
## Config
The config file, which if you followed the instructions above is located at `~/.xboomx/config`, contains the following a json object.
```json