README.md in carte-server-0.0.22 vs README.md in carte-server-0.0.23
- old
+ new
@@ -31,12 +31,10 @@
**Heroku**
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/tily/carte-sandbox)
-Deploy your carte with the button above. After deployment, you may want to customize your carte.
-
```
## change title and description
$ vi config.json
## replace brand icon
$ cp ~/Desktop/icon.png public/images/icon.png
@@ -47,5 +45,7 @@
```bash
$ docker build -t carte .
$ docker run --name mongo -d mongo
$ docker run --name carte --link mongo:mongo -p 80:80 -d carte
```
+
+After deployment, you may want to [customize your carte](https://github.com/tily/carte/wiki/Configuration).