diff --git a/README.md b/README.md
index b19c7ecb..8bb3e11e 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,9 @@ A Trello-like kanban board built with React and Redux.

-**Client demo** (without server features).
+[**Client demo**](https://plankanban.github.io/planka) (without server features).
-
+
## Features
@@ -27,10 +27,10 @@ A Trello-like kanban board built with React and Redux.
### Docker Compose
-
+[](https://hub.docker.com/r/meltyshev/planka)
-- Make sure you have Docker and Docker Compose installed and operational.
-- Create `docker-compose.yml` based on the example. This is the ONLY file you will need. You can create this file on your own machine by copy and pasting the content.
+- Make sure you have [Docker](https://docs.docker.com/install/) and [Docker Compose](https://docs.docker.com/compose/install/) installed and operational.
+- Create `docker-compose.yml` based on [the example](https://raw.githubusercontent.com/plankanban/planka/master/docker-compose.yml). This is the ONLY file you will need. You can create this file on your own machine by copy and pasting the content.
- Edit `BASE_URL` to match your domain name or IP address.
- Edit `SECRET_KEY` with random value. You can generate it by `openssl rand -hex 64`.
@@ -96,4 +96,4 @@ Demo user: demo@demo.demo demo
## License
-Planka is MIT licensed.
+Planka is [MIT licensed](https://github.com/plankanban/planka/blob/master/LICENSE).