From f0fc6764f71e363225d29a90250dccbf85516e02 Mon Sep 17 00:00:00 2001 From: Brunno dos Santos Date: Fri, 3 Sep 2021 14:00:40 -0300 Subject: [PATCH] Giving more information about NixOS installation on README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 49f57b6..c745275 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,8 @@ $ brew install todoist nix-env -iA nixos.todoist ``` +It's important to notice that if you're using NixOS, the cache and config file will be present at your home directory: `~/.todoist.cache.json` and `~/.todoist.config.json`. + ### Docker ```