From 95537eddfc2de5b0fac928534c579ffd7e47c557 Mon Sep 17 00:00:00 2001 From: Adriano Correa Date: Wed, 13 Jul 2022 09:54:01 -0300 Subject: [PATCH] Update README.md to reflect changes when fixing bug #151 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe5225f..9d8cabb 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ To avoid the most common Windows issue: - Best option: don't use Windows if possible - Second best option: try WSL2 on Windows and pretend you're on Linux -- if you **must** use Windows, use `/Users/myname/zettelkasten` instead of `~/zettelkasten` +- if you **must** use Windows, it is preferable to use `C:/Users/myname/zettelkasten` instead of `~/zettelkasten` - **NEVER** use `C:\Users\myname` style paths - Using `vim.fn.expand("~/zettelkasten")` should work now but mileage will vary with anything outside of finding and opening files