From cc1358b47752947b7da5d068d66beb1d11576462 Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Tue, 6 Oct 2020 21:04:43 +0500 Subject: [PATCH] Update readme --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1573b7a1..b19c7ecb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ A Trello-like kanban board built with React and Redux. ![](https://raw.githubusercontent.com/plankanban/planka/master/demo.gif) -[**Client demo**](https://plankanban.github.io/planka) (without server features). +**Client demo** (without server features). + +Buy Me a Coffee at ko-fi.com ## Features @@ -25,10 +27,10 @@ A Trello-like kanban board built with React and Redux. ### Docker Compose -[![](https://d207aa93qlcgug.cloudfront.net/1.95.5.qa/img/nav/docker-logo-loggedout.png)](https://hub.docker.com/r/meltyshev/planka) + -- 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. +- 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. - 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`. @@ -94,4 +96,4 @@ Demo user: demo@demo.demo demo ## License -Planka is [MIT licensed](https://github.com/plankanban/planka/blob/master/LICENSE). +Planka is MIT licensed.