From 5d81a6a1f50a2457ed850d2122e91ca3deb9b850 Mon Sep 17 00:00:00 2001 From: Alex Kutuzaki Date: Sun, 14 Apr 2019 18:19:59 +0300 Subject: [PATCH] docs: add the final step for setup --- .gitignore | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e805e74..086dc4f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ .data/ +dist/ diff --git a/README.md b/README.md index 99ce7ff..10020e3 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,6 @@ Now it's time to fill in the form. `https://alexktzk.github.io/trello-habitica` * Or you can fork this repository, publish **gh-pages** branch to [GitHub Pages](https://pages.github.com) and use your own url. 4. Now you can navigate to one of the boards of the team and activate your Power-Up! You will find it in the **Custom** section. +5. Finally, click the list menu (three dots) and select either "Mark list as Doing" or "Mark list as Done." ![](https://github.com/alexktzk/trello-habitica/blob/master/docs/img/ui.png)